summaryrefslogtreecommitdiff
path: root/src/lib/config_file.h
diff options
context:
space:
mode:
authornpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2008-06-05 20:56:04 +0000
committernpmccallum <npmccallum@c587cffe-e639-0410-9787-d7902ae8ed56>2008-06-05 20:56:04 +0000
commit9a401f3d7392134859a809905b11b7bcfaeea50b (patch)
treef34c169d4e4f43546bd4404af8c69be09e30ea55 /src/lib/config_file.h
parent197ba7edc0ce6f6758b198821a9c6bf7c1fd1932 (diff)
downloadlibproxy-git-libproxy-0.2.3.tar.gz
The real 0.2.3 releaselibproxy-0.2.3
Diffstat (limited to 'src/lib/config_file.h')
-rw-r--r--src/lib/config_file.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/config_file.h b/src/lib/config_file.h
index 5aa9826..938d203 100644
--- a/src/lib/config_file.h
+++ b/src/lib/config_file.h
@@ -28,6 +28,8 @@ typedef struct _pxConfigFile pxConfigFile;
pxConfigFile *px_config_file_new (char *filename);
bool px_config_file_is_stale (pxConfigFile *self);
+char **px_config_file_get_sections(pxConfigFile *self);
+char **px_config_file_get_keys (pxConfigFile *self, char *section);
char *px_config_file_get_value (pxConfigFile *self, char *section, char *key);
void px_config_file_free (pxConfigFile *self);