diff options
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); |