mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:03:33 +03:00
Multiple URL support added
This commit is contained in:
parent
53c27c7722
commit
14ca732a8f
3 changed files with 396 additions and 312 deletions
|
|
@ -50,6 +50,7 @@ typedef struct {
|
|||
int size;
|
||||
int urllen;
|
||||
char *glob_buffer;
|
||||
char beenhere;
|
||||
} URLGlob;
|
||||
|
||||
int glob_url(URLGlob**, char*, int *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue