diff mcabber/src/settings.h @ 1192:7b8765c10abb

New command: /source
author Mikael Berthe <mikael@lilotux.net>
date Sat, 21 Apr 2007 12:06:13 +0200
parents 5be2408a6534
children 6f602d3270a4
line wrap: on
line diff
--- a/mcabber/src/settings.h	Sat Apr 21 10:18:17 2007 +0200
+++ b/mcabber/src/settings.h	Sat Apr 21 12:06:13 2007 +0200
@@ -24,7 +24,7 @@
 #define mkcmdstr(cmd) COMMAND_CHARSTR cmd
 
 void    settings_init(void);
-int     cfg_read_file(char *filename);
+int     cfg_read_file(char *filename, guint mainfile);
 guint   parse_assigment(gchar *assignment, gchar **pkey, gchar **pval);
 void    settings_set(guint type, const gchar *key, const gchar *value);
 void    settings_del(guint type, const gchar *key);