int/size_t cleanup

This commit is contained in:
Daniel Stenberg 2004-03-23 09:12:51 +00:00
parent 0fd88d7c8f
commit d426db3d27
2 changed files with 22 additions and 20 deletions

View file

@ -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 */