]> git.sesse.net Git - vlc/blobdiff - src/config/config.h
Use vlc_config_create()
[vlc] / src / config / config.h
index 9e5b6d5e03ff1112b59e30e556824a5305af4ef4..53890cd2c9ed84885e45a2586e13819ad1014bf4 100644 (file)
@@ -34,6 +34,9 @@ extern "C" {
 int  config_CreateDir( vlc_object_t *, const char * );
 int  config_AutoSaveConfigFile( vlc_object_t * );
 
+/* TODO: remove this, only used for helper module */
+int config_Duplicate( module_t *, module_config_t *, size_t );
+
 void config_Free( module_t * );
 
 void config_SetCallbacks( module_config_t *, module_config_t *, size_t );