# HG changeset patch # User Mikael Berthe # Date 1120947636 -3600 # Node ID 9bdfef4f4735d10679c10ec387e2dd8f4a808721 # Parent d31a31bd267d10c99b580840a3c0095b94319a5e Add comment for the cfg_file() function diff -r d31a31bd267d -r 9bdfef4f4735 mcabber/src/parsecfg.c --- 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;