From 8685eea8c2047036f147ca3b6ef1eb0b2354bebb Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 12 Aug 2008 14:50:54 +0300 Subject: Rename exit_player() use outside core to exit_player_bad() The VOs which use it shouldn't really exit the whole program. The renaming will allow including mplayer.h in mplayer.c without clashing with the static exit_player() there. --- mplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.h') diff --git a/mplayer.h b/mplayer.h index 222fbe22cf..9187e6baa2 100644 --- a/mplayer.h +++ b/mplayer.h @@ -39,7 +39,7 @@ extern int auto_quality; extern int vobsub_id; -static inline void exit_player(const char *how) +static inline void exit_player_bad(const char *how) { if (how) mp_msg(MSGT_CPLAYER, MSGL_INFO, "Deprecated exit call: %s", how); -- cgit v1.2.3