mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:13:34 +03:00
curl tool: OOM handling fixes
This commit is contained in:
parent
6c849321d7
commit
7296b2aa25
3 changed files with 48 additions and 21 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue