summaryrefslogtreecommitdiffstats
path: root/ext/wavpack/gstwavpackcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wavpack/gstwavpackcommon.h')
-rw-r--r--ext/wavpack/gstwavpackcommon.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/wavpack/gstwavpackcommon.h b/ext/wavpack/gstwavpackcommon.h
new file mode 100644
index 00000000..fbd07cf7
--- /dev/null
+++ b/ext/wavpack/gstwavpackcommon.h
@@ -0,0 +1,4 @@
+#include <gst/gst.h>
+#include <wavpack/wavpack.h>
+
+gboolean gst_wavpack_read_header (WavpackHeader *header, guint8 *buf);