From 705a4cb549d7cd798162430512f482ba930226d6 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 23 Feb 2014 12:59:59 +0000 Subject: tool_cfgable: Renamed Configurable structure to OperationConfig To allow for the addition of a global config structure and prevent confusion between the two. --- src/tool_formparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_formparse.c') diff --git a/src/tool_formparse.c b/src/tool_formparse.c index fe357f504..5198822fd 100644 --- a/src/tool_formparse.c +++ b/src/tool_formparse.c @@ -140,7 +140,7 @@ static char *get_param_word(char **str, char **end_pos) * ***************************************************************************/ -int formparse(struct Configurable *config, +int formparse(struct OperationConfig *config, const char *input, struct curl_httppost **httppost, struct curl_httppost **last_post, -- cgit v1.2.3