diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-02-06 10:57:15 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-02-06 10:57:15 +0000 |
commit | 66985d531f0c38d8469ba3fa926a0aa252056102 (patch) | |
tree | 0b49d89c86a7e1cfee21c32105388d9252db0d09 /src/xine-engine/configfile.h | |
parent | 820c6d40d40b9f864379a88661d86c2350dc9532 (diff) | |
download | xine-lib-66985d531f0c38d8469ba3fa926a0aa252056102.tar.gz xine-lib-66985d531f0c38d8469ba3fa926a0aa252056102.tar.bz2 |
rename config_file_init to xine_config_file_init.
CVS patchset: 1479
CVS date: 2002/02/06 10:57:15
Diffstat (limited to 'src/xine-engine/configfile.h')
-rw-r--r-- | src/xine-engine/configfile.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index 74831d526..26480abcc 100644 --- a/src/xine-engine/configfile.h +++ b/src/xine-engine/configfile.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.h,v 1.7 2001/12/01 22:38:32 guenter Exp $ + * $Id: configfile.h,v 1.8 2002/02/06 10:57:15 f1rmb Exp $ * * config file management * @@ -178,7 +178,7 @@ struct config_values_s { * init internal data structures, read config file * (if it exists) */ -config_values_t *config_file_init (char *filename); +config_values_t *xine_config_file_init (char *filename); #ifdef __cplusplus } @@ -188,6 +188,9 @@ config_values_t *config_file_init (char *filename); /* * $Log: configfile.h,v $ + * Revision 1.8 2002/02/06 10:57:15 f1rmb + * rename config_file_init to xine_config_file_init. + * * Revision 1.7 2001/12/01 22:38:32 guenter * add avi subtitle decoder (based on mplayer code), minor cleanups, removed register_empty function from configfile (undocumented and doesn't make sense) * |