]> git.sesse.net Git - vlc/blobdiff - src/config/configuration.h
Gather key functions and tables in a single file
[vlc] / src / config / configuration.h
index 6533c211fd98c0a480ea9c813a58d8ffd1da5998..79e041e047fe211e873520873f2d1caffd934e12 100644 (file)
@@ -52,7 +52,8 @@ static inline int IsConfigFloatType (int type)
     return type == CONFIG_ITEM_FLOAT;
 }
 
-int ConfigStringToKey( const char * );
+uint_fast32_t ConfigStringToKey( const char * );
+char *ConfigKeyToString( uint_fast32_t );
 
 /* The configuration file */
 #define CONFIG_FILE                     "vlcrc"