summaryrefslogtreecommitdiff
path: root/src/urlglob.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-23 09:12:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-23 09:12:51 +0000
commitd426db3d27ac44cbd03b17d596cbcf299477a113 (patch)
treec820bf2505ddffdaf9e431139f2c9d1dbd6f76e9 /src/urlglob.h
parent0fd88d7c8fd0c4942192e63f46f671440dfd27f0 (diff)
downloadcurl-d426db3d27ac44cbd03b17d596cbcf299477a113.tar.gz
int/size_t cleanup
Diffstat (limited to 'src/urlglob.h')
-rw-r--r--src/urlglob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/urlglob.h b/src/urlglob.h
index 25ead3b4d..fdda41eef 100644
--- a/src/urlglob.h
+++ b/src/urlglob.h
@@ -51,8 +51,8 @@ typedef struct {
typedef struct {
char* literal[10];
URLPattern pattern[9];
- int size;
- int urllen;
+ size_t size;
+ size_t urllen;
char *glob_buffer;
char beenhere;
char errormsg[80]; /* error message buffer */