audio: remove last remnants of _t

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-10-15 02:40:17 +04:00
parent bc578fe007
commit cb4f03e874
3 changed files with 5 additions and 5 deletions

View file

@ -402,7 +402,7 @@ SW *glue (AUD_open_, TYPE) (
SW *sw,
const char *name,
void *callback_opaque ,
audio_callback_fn_t callback_fn,
audio_callback_fn callback_fn,
struct audsettings *as
)
{