changeset 297:9bdfef4f4735

Add comment for the cfg_file() function
author Mikael Berthe <mikael@lilotux.net>
date Sat, 09 Jul 2005 23:20:36 +0100
parents d31a31bd267d
children 35cda94e570d 8af283462e63
files mcabber/src/parsecfg.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/parsecfg.c	Sat Jul 09 14:40:09 2005 +0100
+++ b/mcabber/src/parsecfg.c	Sat Jul 09 23:20:36 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;