diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-07 19:29:46 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-07 21:22:46 +0000 |
commit | 3b929b6a6589a678da43e1a44bb02a70b50deae3 (patch) | |
tree | a560a59510a40d77a65c5701fc59a81de08ab7ba /src/tool_cfgable.h | |
parent | 67d14ab98f8b819ee6f5e6a4a2770d311c6bf13b (diff) | |
download | curl-3b929b6a6589a678da43e1a44bb02a70b50deae3.tar.gz |
tool_cfgable: Introduced config_free() function
Diffstat (limited to 'src/tool_cfgable.h')
-rw-r--r-- | src/tool_cfgable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index fa4ec7ec0..6331de2d2 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -217,6 +217,6 @@ struct Configurable { }; /* struct Configurable */ void init_config(struct Configurable* config); -void free_config_fields(struct Configurable *config); +void config_free(struct Configurable* config); #endif /* HEADER_CURL_TOOL_CFGABLE_H */ |