summaryrefslogtreecommitdiffstats
path: root/src/byteswap.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-02 20:26:08 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-02 20:26:08 +0000
commit18301dfca56ba8545549e80f84423d83a46c6b64 (patch)
tree28854229666a3054a2985cd040d504e860e0623b /src/byteswap.h
parent0ec595d89d9e1c10cd3f8a3d8dd3a1235c6f5fda (diff)
a lot of minor cleanups
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@36 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'src/byteswap.h')
-rw-r--r--src/byteswap.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/byteswap.h b/src/byteswap.h
deleted file mode 100644
index 4116677..0000000
--- a/src/byteswap.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef foosydneyhbyteswaphfoo
-#define foosydneyhbyteswaphfoo
-
-#include <sys/types.h>
-
-#include "sydney.h"
-
-typedef void (*sa_byteswap_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);
-
-sa_byteswap_func_t sa_get_byteswap_func(sa_pcm_format_t f);
-
-#endif