]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_getparam.h: fix compiler error
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jun 2012 21:14:30 +0000 (23:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Jun 2012 21:14:30 +0000 (23:14 +0200)
forward declare the Configurable struct

src/tool_getparam.h

index 0cd2c3972c22f43bdf69484b8dc8eb21cf3d8609..7dc49393b7726dbc965ccb5f6b5dafc780fca8ef 100644 (file)
@@ -37,6 +37,8 @@ typedef enum {
   PARAM_LAST
 } ParameterError;
 
+struct Configurable;
+
 ParameterError getparameter(char *flag,
                             char *nextarg,
                             bool *usedarg,