diff gui/win32/playlist.h @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents 9ba6d4487292
children 844786b8f768
line wrap: on
line diff
--- a/gui/win32/playlist.h	Wed Dec 03 20:52:27 2008 +0000
+++ b/gui/win32/playlist.h	Wed Dec 03 23:01:03 2008 +0000
@@ -55,7 +55,7 @@
 #define SORT_BYTITLE        3
 #define SORT_BYDURATION     4
 
-extern playlist_t *create_playlist(void);
-extern BOOL adddirtoplaylist(playlist_t *playlist, const char* path, BOOL recursive);
+playlist_t *create_playlist(void);
+BOOL adddirtoplaylist(playlist_t *playlist, const char* path, BOOL recursive);
 
 #endif /* MPLAYER_GUI_PLAYLIST_H */