summaryrefslogtreecommitdiffstats
path: root/qbufsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'qbufsplit.h')
-rw-r--r--qbufsplit.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/qbufsplit.h b/qbufsplit.h
new file mode 100644
index 0000000..05762b4
--- /dev/null
+++ b/qbufsplit.h
@@ -0,0 +1,10 @@
+#ifndef fooqbufsplithfoo
+#define fooqbufsplithfoo
+
+/* $Id$ */
+
+#include "qbuf.h"
+
+void qbuf_float_split(struct qbuf* sq, struct qbuf* dq1, struct qbuf*dq2);
+
+#endif