aboutsummaryrefslogtreecommitdiff
path: root/src/tool_operhlp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_operhlp.h')
-rw-r--r--src/tool_operhlp.h4
1 files changed, 2 insertions, 2 deletions
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);