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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tool_operhlp.h') diff --git a/src/tool_operhlp.h b/src/tool_operhlp.h index 80a7682e4..8fcaad698 100644 --- a/src/tool_operhlp.h +++ b/src/tool_operhlp.h @@ -23,9 +23,9 @@ ***************************************************************************/ #include "tool_setup.h" -struct Configurable; +struct OperationConfig; -void clean_getout(struct Configurable *config); +void clean_getout(struct OperationConfig *config); bool output_expected(const char *url, const char *uploadfile); -- cgit v1.2.3