Commit dd576194 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tool_getparam.h: fix compiler error

forward declare the Configurable struct
parent 870c99b7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ typedef enum {
  PARAM_LAST
} ParameterError;

struct Configurable;

ParameterError getparameter(char *flag,
                            char *nextarg,
                            bool *usedarg,