diff asf.c @ 4058:dcdf236c9909 libavformat

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents 9be14682f7b3
children 10f7232a3545
line wrap: on
line diff
--- a/asf.c	Wed Dec 03 13:53:13 2008 +0000
+++ b/asf.c	Wed Dec 03 15:23:30 2008 +0000
@@ -26,7 +26,7 @@
 #include "asf.h"
 #include "asfcrypt.h"
 
-extern void ff_mms_set_stream_selection(URLContext *h, AVFormatContext *format);
+void ff_mms_set_stream_selection(URLContext *h, AVFormatContext *format);
 
 #undef NDEBUG
 #include <assert.h>