]> git.sesse.net Git - vlc/blobdiff - src/modules/configuration.h
Category and subcategory items are also integers. Fix #1086
[vlc] / src / modules / configuration.h
index 2a1469324bfba2972716897e7a8bcb4c75a86ded..bf4f1aee15e3d0fd47bb9e708814b03f27d8c51b 100644 (file)
@@ -43,6 +43,8 @@ char *   config_GetHomeDir     ( void );
 char *   config_GetUserDir     ( void );
 int    __config_LoadConfigFile ( vlc_object_t *, const char * );
 
+int IsConfigStringType (int type);
+
 # ifdef __cplusplus
 }
 # endif