summaryrefslogtreecommitdiff
path: root/src/tool_sdecls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_sdecls.h')
-rw-r--r--src/tool_sdecls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_sdecls.h b/src/tool_sdecls.h
index 5b251657a..39e63093a 100644
--- a/src/tool_sdecls.h
+++ b/src/tool_sdecls.h
@@ -105,6 +105,7 @@ struct getout {
char *outfile; /* where to store the output */
char *infile; /* file to upload, if GETOUT_UPLOAD is set */
int flags; /* options - composed of GETOUT_* bits */
+ int num; /* which URL number in an invocation */
};
#define GETOUT_OUTFILE (1<<0) /* set when outfile is deemed done */