summaryrefslogtreecommitdiffstats
path: root/src/byteswap.h
diff options
context:
space:
mode:
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