diff options
Diffstat (limited to 'src/urlglob.h')
-rw-r--r-- | src/urlglob.h | 1 |
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 *); |