#ifndef foosydneyaddhfoo #define foosydneyaddhfoo #include #include #include "sydney.h" typedef void (*sa_add_func_t) (void *dst, size_t dstr, const void *src1, size_t sstr1, const void *src2, size_t sstr2, size_t bytes); sa_add_func_t sa_get_add_func(sa_pcm_format_t f); #endif