summaryrefslogtreecommitdiffstats
path: root/byteswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'byteswap.h')
-rw-r--r--byteswap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/byteswap.h b/byteswap.h
index 6840412..4116677 100644
--- a/byteswap.h
+++ b/byteswap.h
@@ -5,8 +5,8 @@
#include "sydney.h"
-typedef void (*byteswap_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);
+typedef void (*sa_byteswap_func_t) (void *dst, size_t dstr, const void *src, size_t sstr, size_t bytes);
-byteswap_func_t get_byteswap_func(sa_pcm_format_t f);
+sa_byteswap_func_t sa_get_byteswap_func(sa_pcm_format_t f);
#endif