mirror of https://github.com/ipxe/ipxe.git
tftp prototypes moved to tftp.h
parent
95946c6f56
commit
5bec933c66
|
@ -184,8 +184,6 @@ extern int main();
|
||||||
extern char as_main_program;
|
extern char as_main_program;
|
||||||
/* nic.c */
|
/* nic.c */
|
||||||
extern void rx_qdrain P((void));
|
extern void rx_qdrain P((void));
|
||||||
extern int tftp P((const char *name, int (*)(unsigned char *, unsigned int, unsigned int, int)));
|
|
||||||
extern int tftp_block P((struct tftpreq_info_t *, struct tftpblk_info_t *));
|
|
||||||
extern int ip_transmit P((int len, const void *buf));
|
extern int ip_transmit P((int len, const void *buf));
|
||||||
extern void build_ip_hdr P((unsigned long destip, int ttl, int protocol,
|
extern void build_ip_hdr P((unsigned long destip, int ttl, int protocol,
|
||||||
int option_len, int len, const void *buf));
|
int option_len, int len, const void *buf));
|
||||||
|
|
Loading…
Reference in New Issue