curl tool: OOM handling fixes

This commit is contained in:
Yang Tse 2011-10-05 22:01:42 +02:00
parent 6c849321d7
commit 7296b2aa25
3 changed files with 48 additions and 21 deletions

View file

@ -64,8 +64,8 @@ typedef struct {
} URLGlob;
int glob_url(URLGlob**, char*, int *, FILE *);
char* glob_next_url(URLGlob*);
char* glob_match_url(char*, URLGlob *);
int glob_next_url(char **, URLGlob *);
int glob_match_url(char **, char*, URLGlob *);
void glob_cleanup(URLGlob* glob);
#endif /* HEADER_CURL_TOOL_URLGLOB_H */