diff options
author | Michael Adam <obnox@samba.org> | 2009-12-07 00:22:53 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-07 00:32:22 +0100 |
commit | dcbf99d3348a73ba2a4022735c6a5775e67ffa45 (patch) | |
tree | 927e1120a0b0f028db528d6fe865ffa877202a38 /src/conf.h | |
parent | 1360f530f1b2e1b703d28a19e643d4deec1f083a (diff) |
Add free_config() - free all config data.
Michael
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,5 +22,6 @@ #define TINYPROXY_CONF_H extern int load_config_file (const char *config_fname, struct config_s *conf); +void free_config (struct config_s *conf); #endif |