From 58ed2c3fe035313bfc7feca7fd18abb84fa4fad1 Mon Sep 17 00:00:00 2001 From: reynaldo Date: Sat, 15 Jul 2006 16:03:12 +0000 Subject: marks several read-only string parameters which aren't modified inside the called function as const. Patch by Stefan Huehner, stefan AT huehner-org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19109 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.h') diff --git a/mplayer.h b/mplayer.h index 2f2bc86495..1b1a4629a2 100644 --- a/mplayer.h +++ b/mplayer.h @@ -58,7 +58,7 @@ extern int video_id; extern int dvdsub_id; extern int vobsub_id; -extern void exit_player(char* how); +extern void exit_player(const char* how); extern void update_set_of_subtitles(void); #endif -- cgit v1.2.3