summaryrefslogtreecommitdiffstats
path: root/qbufsplit.h
blob: 05762b4d8e1e925296262cc31dbd71872702c5c6 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef fooqbufsplithfoo
#define fooqbufsplithfoo

/* $Id$ */

#include "qbuf.h"

void qbuf_float_split(struct qbuf* sq, struct qbuf* dq1, struct qbuf*dq2);

#endif