mirror of
https://github.com/curl/curl.git
synced 2026-08-03 11:10:27 +03:00
tool_operhlp.h: Fixed compilation warning
warning: 'struct Configurable' declared inside parameter list
This commit is contained in:
parent
b98c74b67e
commit
67f051051f
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue