diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-03 21:08:42 +0400 |
commit | 1058def8e7827e56ce4a70afb4aeacb5dc44148f (patch) | |
tree | 4495d23e7b54ab5700e3839081e797c1eafe0db9 /cmd/ossplay/ossplay_parser.h | |
download | oss4-08020c0d0b91a2fab98e0da01b5e1a7431d046e4.tar.gz |
Imported Upstream version 4.2-build2006upstream/4.2-build2006upstream
Diffstat (limited to 'cmd/ossplay/ossplay_parser.h')
-rw-r--r-- | cmd/ossplay/ossplay_parser.h | 8 |
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 |