summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.h b/mplayer.h
index 0157543177..bae7f3ea16 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -47,7 +47,7 @@ extern int video_id;
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 */