removed pedantic compiler warnings

This commit is contained in:
Daniel Stenberg 2000-11-21 09:38:41 +00:00
parent 3e5ba33e2d
commit 7b49d40bb0
3 changed files with 12 additions and 44 deletions

View file

@ -70,5 +70,6 @@ typedef struct {
int glob_url(URLGlob**, char*, int *);
char* next_url(URLGlob*);
char* match_url(char*, URLGlob);
void glob_cleanup(URLGlob* glob);
#endif