summaryrefslogtreecommitdiff
path: root/gconfig.h
diff options
context:
space:
mode:
authorvenaas <venaas>2008-05-09 09:15:30 +0000
committervenaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2008-05-09 09:15:30 +0000
commit3badd3809645529046513f8ee2835f7949cbcde9 (patch)
treea0db0c37ea80e0387980ee4aa6487d91623f3f3e /gconfig.h
parent6196e3fcaeebe0a7801e789a7eb664bc4eaa452a (diff)
added catgconf utility
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@250 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r--gconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gconfig.h b/gconfig.h
index be48165..af44dac 100644
--- a/gconfig.h
+++ b/gconfig.h
@@ -8,7 +8,9 @@ struct gconffile {
FILE *file;
};
+void getconfigline(struct gconffile **cf, char *block, char **opt, char **val, int *conftype);
void getgenericconfig(struct gconffile **cf, char *block, ...);
FILE *pushgconffile(struct gconffile **cf, const char *path);
FILE *pushgconffiles(struct gconffile **cf, const char *path);
FILE *popgconffile(struct gconffile **cf);
+struct gconffile *openconfigfile(const char *file);