1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tool_operhlp.h: Fixed compilation warning

warning: 'struct Configurable' declared inside parameter list
This commit is contained in:
Steve Holme 2014-02-22 17:09:43 +00:00
parent b98c74b67e
commit 67f051051f

View File

@ -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);