tool_getparam: Added initial support for --next/-:

Added initial support for --next/-: which will be used to replace the
rather confusing : command line operation what was used for the URL
specific options prototype.
This commit is contained in:
Steve Holme 2014-02-23 17:19:45 +00:00
parent 3228deff40
commit 1a9b58fcb2
4 changed files with 11 additions and 0 deletions

View file

@ -38,6 +38,7 @@ typedef enum {
PARAM_NEGATIVE_NUMERIC,
PARAM_LIBCURL_DOESNT_SUPPORT,
PARAM_NO_MEM,
PARAM_NEXT_OPERATION,
PARAM_LAST
} ParameterError;