From cb4f03e874e112d3df79b3cbe1903d28985371a7 Mon Sep 17 00:00:00 2001 From: malc Date: Thu, 15 Oct 2009 02:40:17 +0400 Subject: audio: remove last remnants of _t Signed-off-by: malc --- audio/audio_template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/audio_template.h') diff --git a/audio/audio_template.h b/audio/audio_template.h index 70c4a8818..14c648c05 100644 --- a/audio/audio_template.h +++ b/audio/audio_template.h @@ -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 ) { -- cgit v1.2.3