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

commit 265391f1285c96232f1ca312bc705fbdd99cf9bc
Author: James Buren <r...@frugalware.org>
Date:   Thu Oct 29 10:57:49 2009 -0500

Config.h
* add function prototypes

diff --git a/src/Config.h b/src/Config.h
index 7fcb100..814aec1 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -3,4 +3,7 @@
#include <stdbool.h>

typedef struct Config Config;
+
+extern Config *config_create(const char *);
+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