diff mplayer.h @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents 4129c8cfa742
children c1a3f1bbba26
line wrap: on
line diff
--- a/mplayer.h	Wed Dec 03 20:52:27 2008 +0000
+++ b/mplayer.h	Wed Dec 03 23:01:03 2008 +0000
@@ -47,7 +47,7 @@
 extern int dvdsub_id;
 extern int vobsub_id;
 
-extern void exit_player(const char* how);
-extern void update_set_of_subtitles(void);
+void exit_player(const char* how);
+void update_set_of_subtitles(void);
 
 #endif /* MPLAYER_MPLAYER_H */