From ab0c221fff20faaaf6060679f8002d65ecb36253 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 21 Aug 2007 13:41:56 +0000 Subject: memcpy_changeendian shouldn't be public --- audio/pcm_bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/pcm_bluetooth.c') diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index b971d0ea..425d27fb 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -109,7 +109,7 @@ struct bluetooth_data { struct bluetooth_a2dp a2dp; /* a2dp data */ }; -void memcpy_changeendian(void *dst, const void *src, int size) +static void memcpy_changeendian(void *dst, const void *src, int size) { int i; const uint16_t *ptrsrc = src; -- cgit