summaryrefslogtreecommitdiffstats
path: root/qbufsplit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-04-22 22:20:13 +0000
committerLennart Poettering <lennart@poettering.net>2004-04-22 22:20:13 +0000
commit89fa345e9ee4778b5f0391b5ab1cfc043aadc1d9 (patch)
treef92b98e1686a7424a476bc20e6ee37ab3aa971dc /qbufsplit.h
parent783b56d54788f177881d68ae2ec7a7cb4bb38ac4 (diff)
COmmit missing stuffHEADmaster
git-svn-id: file:///home/lennart/svn/public/vfax/trunk@4 541b366f-4dd8-0310-ae39-b2612fd50714
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