From 01ff056a55b198b91ef327d7ca223bab9452034c Mon Sep 17 00:00:00 2001 From: Detlev Casanova Date: Thu, 15 Jul 2010 12:09:26 +0200 Subject: Get to work with the changes in layman. Fix most of the memory leaks --- src/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h index 33bfd1e..a89883b 100644 --- a/src/config.h +++ b/src/config.h @@ -15,10 +15,9 @@ BareConfig* bareConfigCreate(Message* m, FILE* outFd, FILE* inFd, FILE* errFd); */ const char* bareConfigGetDefaultValue(BareConfig* cfg, const char*); +const char* bareConfigGetOptionValue(BareConfig* cfg, const char* opt); int bareConfigSetOptionValue(BareConfig* cfg, const char*, const char*); - PyObject* _bareConfigObject(BareConfig*); - void bareConfigFree(BareConfig*); #endif -- cgit v1.2.3-1-g7c22