diff options
author | venaas <venaas> | 2008-10-13 13:04:10 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-10-13 13:04:10 +0000 |
commit | 8bad57de823fc72394145f4a29678b4b72b8ed7a (patch) | |
tree | 6c09c9aa255163f084b803d423263d2109810b56 /gconfig.h | |
parent | 5f17b7649939aa0594420e6b75ae3df58ed82ee9 (diff) |
support for checking certificate policy oids
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@426 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'gconfig.h')
-rw-r--r-- | gconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,5 +18,6 @@ FILE *pushgconfpath(struct gconffile **cf, const char *path); FILE *pushgconffile(struct gconffile **cf, FILE *file, const char *description); FILE *pushgconfpaths(struct gconffile **cf, const char *path); int popgconf(struct gconffile **cf); +void freegconfmstr(char **mstr); void freegconf(struct gconffile **cf); struct gconffile *openconfigfile(const char *file); |