aboutsummaryrefslogtreecommitdiff
path: root/src/tool_getparam.h
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-23 17:19:45 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-26 20:42:30 +0000
commit1a9b58fcb2264c942ea56691fd3ad1228ee1fcb0 (patch)
tree1925300caf3238d7eb460dfe01d74c8b53fd6402 /src/tool_getparam.h
parent3228deff400a88ae752e86805c76c53ca1476acf (diff)
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.
Diffstat (limited to 'src/tool_getparam.h')
-rw-r--r--src/tool_getparam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_getparam.h b/src/tool_getparam.h
index 9ecd35401..ef4366b7f 100644
--- a/src/tool_getparam.h
+++ b/src/tool_getparam.h
@@ -38,6 +38,7 @@ typedef enum {
PARAM_NEGATIVE_NUMERIC,
PARAM_LIBCURL_DOESNT_SUPPORT,
PARAM_NO_MEM,
+ PARAM_NEXT_OPERATION,
PARAM_LAST
} ParameterError;