diff mcabber/src/parsecfg.c @ 300:12f919be3da5

Merge heads
author Mikael Berthe <mikael@lilotux.net>
date Sun, 10 Jul 2005 22:36:55 +0100
parents f5dd437c057b 9bdfef4f4735
children db5bebe96c89
line wrap: on
line diff
--- a/mcabber/src/parsecfg.c	Sun Jul 10 15:47:31 2005 +0100
+++ b/mcabber/src/parsecfg.c	Sun Jul 10 22:36:55 2005 +0100
@@ -8,6 +8,11 @@
 #include "settings.h"
 #include "utils.h"
 
+//  cfg_file(filename)
+// Read and parse config file "filename".  If filename is NULL,
+// try to open the configuration file at the default locations.
+//
+// This function comes from Cabber, and has been slightly modified.
 int cfg_file(char *filename)
 {
   FILE *fp;