mcabber/parsecfg.h
changeset 0 b3b2332715fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mcabber/parsecfg.h	Thu Jun 30 21:39:31 2005 +0000
@@ -0,0 +1,7 @@
+#ifndef __PARSECFG_H__
+#define __PARSECFG_H__ 1
+
+int cfg_file(char *filename);
+char *cfg_read(char *key);
+
+#endif