mirror of https://github.com/ipxe/ipxe.git
Protocols get passed a pointer to the filename portion as well as just the
URL.pull/1/head
parent
5bec933c66
commit
06634dc386
|
@ -7,6 +7,7 @@ struct protocol {
|
|||
char *name;
|
||||
int ( * load ) ( char *url,
|
||||
struct sockaddr_in *server,
|
||||
char *file,
|
||||
int ( * process ) ( unsigned char *data,
|
||||
unsigned int blocknum,
|
||||
unsigned int len,
|
||||
|
|
Loading…
Reference in New Issue