Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=dc05b521a427f8b586a596d631b1609c1749923c

commit dc05b521a427f8b586a596d631b1609c1749923c
Author: James Buren <r...@frugalware.org>
Date:   Thu Oct 29 11:40:21 2009 -0500

Config.h
* add new function prototype

diff --git a/src/Config.h b/src/Config.h
index 814aec1..1fe78e3 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -5,5 +5,6 @@
typedef struct Config Config;

extern Config *config_create(const char *);
+extern bool config_parse(Config *);
extern void config_destroy(Config *);
#endif
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to