]> git.sesse.net Git - vlc/blobdiff - include/common.h
* This the last piece of the new configuration module. You can now save your
[vlc] / include / common.h
index 333bd356037b049aaca5c9a035d6c1a1be182de2..05e53d58db7c26ba05988bceb67242e0c06f7943 100644 (file)
@@ -3,7 +3,7 @@
  * Collection of useful common types and macros definitions
  *****************************************************************************
  * Copyright (C) 1998, 1999, 2000 VideoLAN
- * $Id: common.h,v 1.85 2002/03/11 07:23:09 gbazin Exp $
+ * $Id: common.h,v 1.86 2002/03/16 01:40:58 gbazin Exp $
  *
  * Authors: Samuel Hocevar <sam@via.ecp.fr>
  *          Vincent Seguin <seguin@via.ecp.fr>
@@ -472,6 +472,8 @@ typedef struct module_symbols_s
     char * ( * config_GetPszVariable ) ( const char * );
     void   ( * config_PutIntVariable ) ( const char *, int );
     void   ( * config_PutPszVariable ) ( const char *, char * );
+    int    ( * config_LoadConfigFile ) ( const char * );
+    int    ( * config_SaveConfigFile ) ( const char * );
     struct module_config_s * ( * config_FindConfig ) ( const char * );
     struct module_config_s * ( * config_Duplicate ) ( struct module_s * );