Switch to side-by-side view
--- a/src/rcvqueue.h +++ b/src/rcvqueue.h @@ -76,6 +76,9 @@ void *(*worker)(void *); }; +extern void copyswap(unsigned char *dest, const unsigned char *src, + unsigned int bytes, unsigned int bits); + extern AudioEater httpAudioEater; extern AudioEater alsaAudioEater;