summaryrefslogtreecommitdiff
path: root/cmd/ossplay/ossplay_parser.h
blob: f42d29dea8ff7cff3a5d1e90fe25e9716e0bedd2 (plain)
1
2
3
4
5
6
7
8
#ifndef OSSPLAY_PARSER_H
#define OSSPLAY_PARSER_H

#include "ossplay.h"

errors_t play_file (dspdev_t *, const char *, dlopen_funcs_t **);

#endif