comparison gui/interface.h @ 33790:ab6d06f5b98b

Add const to some string pointer arguments that will not be modified.
author ib
date Tue, 12 Jul 2011 08:45:52 +0000
parents 4fae8b19fbbd
children 8b0c78a85a8c
comparison
equal deleted inserted replaced
33789:475d96f700d4 33790:ab6d06f5b98b
147 147
148 /* GUI -> MPlayer */ 148 /* GUI -> MPlayer */
149 149
150 void mplayer(int what, float fparam, void *vparam); 150 void mplayer(int what, float fparam, void *vparam);
151 void mplayerLoadFont(void); 151 void mplayerLoadFont(void);
152 void mplayerLoadSubtitle(char *name); 152 void mplayerLoadSubtitle(const char *name);
153 void gmp_msg(int mod, int lev, const char *format, ...); 153 void gmp_msg(int mod, int lev, const char *format, ...);
154 154
155 #endif /* MPLAYER_GUI_INTERFACE_H */ 155 #endif /* MPLAYER_GUI_INTERFACE_H */