Commit 67f05105 authored by Steve Holme's avatar Steve Holme
Browse files

tool_operhlp.h: Fixed compilation warning

warning: 'struct Configurable' declared inside parameter list
parent b98c74b6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@
 ***************************************************************************/
#include "tool_setup.h"

struct Configurable;

void clean_getout(struct Configurable *config);

bool output_expected(const char *url, const char *uploadfile);