aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 07:37:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 07:37:44 +0000
commit14ca732a8ffce3649bb822ebbfab2f5998f085c0 (patch)
tree70a0e937c2d1770953148039ca2d9009b3e42411 /src/urlglob.h
parent53c27c7722b5579cf42bde69ea0e6649d2eaead3 (diff)
Multiple URL support added
Diffstat (limited to 'src/urlglob.h')
-rw-r--r--src/urlglob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlglob.h b/src/urlglob.h
index a0c3c5fd2..ae86c15e7 100644
--- a/src/urlglob.h
+++ b/src/urlglob.h
@@ -50,6 +50,7 @@ typedef struct {
int size;
int urllen;
char *glob_buffer;
+ char beenhere;
} URLGlob;
int glob_url(URLGlob**, char*, int *);