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_operhlp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_operhlp.c') diff --git a/src/tool_operhlp.c b/src/tool_operhlp.c index 2ba788100..15eefabe7 100644 --- a/src/tool_operhlp.c +++ b/src/tool_operhlp.c @@ -34,7 +34,7 @@ #include "memdebug.h" /* keep this as LAST include */ -void clean_getout(struct Configurable *config) +void clean_getout(struct OperationConfig *config) { struct getout *next; struct getout *node = config->url_list; -- cgit v1.2.3