From 89fa345e9ee4778b5f0391b5ab1cfc043aadc1d9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Apr 2004 22:20:13 +0000 Subject: COmmit missing stuff git-svn-id: file:///home/lennart/svn/public/vfax/trunk@4 541b366f-4dd8-0310-ae39-b2612fd50714 --- qbufsplit.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qbufsplit.h (limited to 'qbufsplit.h') 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 -- cgit