summaryrefslogtreecommitdiff
path: root/cmd/ossplay/ossplay_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ossplay/ossplay_parser.h')
-rw-r--r--cmd/ossplay/ossplay_parser.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/ossplay/ossplay_parser.h b/cmd/ossplay/ossplay_parser.h
new file mode 100644
index 0000000..f42d29d
--- /dev/null
+++ b/cmd/ossplay/ossplay_parser.h
@@ -0,0 +1,8 @@
+#ifndef OSSPLAY_PARSER_H
+#define OSSPLAY_PARSER_H
+
+#include "ossplay.h"
+
+errors_t play_file (dspdev_t *, const char *, dlopen_funcs_t **);
+
+#endif