summaryrefslogtreecommitdiffstats
path: root/zero.h
diff options
context:
space:
mode:
Diffstat (limited to 'zero.h')
-rw-r--r--zero.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zero.h b/zero.h
index 2e76d90..6f59bdb 100644
--- a/zero.h
+++ b/zero.h
@@ -6,8 +6,8 @@
#include "sydney.h"
-typedef void (*zero_func_t) (void *dst, size_t dstr, size_t bytes);
+typedef void (*sa_zero_func_t) (void *dst, size_t dstr, size_t bytes);
-zero_func_t get_zero_func(sa_pcm_format_t f);
+sa_zero_func_t sa_get_zero_func(sa_pcm_format_t f);
#endif