summaryrefslogtreecommitdiff
path: root/src/urlglob.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-08 12:47:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-08 12:47:37 +0000
commita4f18336293edc8cec336245d96d5bb39389d96f (patch)
tree0153b419c1f133d1864599f6e38f1d0923e585f1 /src/urlglob.h
parent2c756fa1d7136712a012ff12dd344fcb695a4d04 (diff)
downloadcurl-a4f18336293edc8cec336245d96d5bb39389d96f.tar.gz
Moved the error message buffer into the glob struct as well.
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 6ebcb989c..98d007de5 100644
--- a/src/urlglob.h
+++ b/src/urlglob.h
@@ -51,6 +51,7 @@ typedef struct {
int urllen;
char *glob_buffer;
char beenhere;
+ char errormsg[80]; /* error message buffer */
} URLGlob;
int glob_url(URLGlob**, char*, int *, FILE *);