X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fcommon.h;h=05e53d58db7c26ba05988bceb67242e0c06f7943;hb=278bc72e033953c94980bcac4e326076618e3d62;hp=333bd356037b049aaca5c9a035d6c1a1be182de2;hpb=dffb93e15d133c46c9595dacf041bd2c9004e4a6;p=vlc diff --git a/include/common.h b/include/common.h index 333bd35603..05e53d58db 100644 --- a/include/common.h +++ b/include/common.h @@ -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 * Vincent Seguin @@ -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 * );