From 18301dfca56ba8545549e80f84423d83a46c6b64 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Oct 2007 20:26:08 +0000 Subject: a lot of minor cleanups git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@36 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- src/bswap.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/bswap.h (limited to 'src/bswap.h') diff --git a/src/bswap.h b/src/bswap.h new file mode 100644 index 0000000..4eeb24f --- /dev/null +++ b/src/bswap.h @@ -0,0 +1,12 @@ +#ifndef foosydneybswaphfoo +#define foosydneybswaphfoo + +#include + +#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 -- cgit