Add offset field to struct url

This commit is contained in:
des 2000-05-07 19:46:33 +00:00
parent 0b7d195f48
commit 2695a66902

View File

@ -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];