Add offset field to struct url
This commit is contained in:
parent
0b7d195f48
commit
2695a66902
@ -40,6 +40,7 @@
|
||||
#define URL_PWDLEN 256
|
||||
|
||||
struct url {
|
||||
off_t offset;
|
||||
char scheme[URL_SCHEMELEN+1];
|
||||
char user[URL_USERLEN+1];
|
||||
char pwd[URL_PWDLEN+1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user