summaryrefslogtreecommitdiffstats
path: root/gui/win32/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/win32/playlist.h')
-rw-r--r--gui/win32/playlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/win32/playlist.h b/gui/win32/playlist.h
index 52aad4144b..8a3fddd41c 100644
--- a/gui/win32/playlist.h
+++ b/gui/win32/playlist.h
@@ -55,7 +55,7 @@ struct playlist_t
#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 */