diff gui/util/string.h @ 33073:334e19411421

Improve handling of the comment character. The comment character is safe now between (double) quotation marks. This simplifies handling in the font description file and allows it to be used in label texts.
author ib
date Wed, 30 Mar 2011 14:24:11 +0000
parents 956c67bb5198
children 71c29e8ec68f
line wrap: on
line diff
--- a/gui/util/string.h	Wed Mar 30 13:47:33 2011 +0000
+++ b/gui/util/string.h	Wed Mar 30 14:24:11 2011 +0000
@@ -19,6 +19,7 @@
 #ifndef MPLAYER_GUI_STRING_H
 #define MPLAYER_GUI_STRING_H
 
+char *decomment(char *in);
 char *strlower(char *in);
 char *strswap(char *in, char from, char to);
 char *trim(char *in);