]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.c
Rename struct audio format to audio_format_handler
[paraslash.git] / server.c
index caa32d8ef3f77e94d68aa57cdc7283c41725cb07..62427717eab054950f8e26a02f3ecd3ff60d9e24 100644 (file)
--- a/server.c
+++ b/server.c
@@ -61,7 +61,7 @@ char *user_list = NULL;
 extern void dccp_send_init(struct sender *);
 extern void http_send_init(struct sender *);
 extern void ortp_send_init(struct sender *);
-extern struct audio_format afl[];
+extern struct audio_format_handler afl[];
 
 /* TODO: This is better handled by autoconf */
 /** the list of supported audio file selectors */