Browse Source

tftp prototypes moved to tftp.h

tags/v0.9.3
Michael Brown 20 years ago
parent
commit
5bec933c66
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/include/etherboot.h

+ 0
- 2
src/include/etherboot.h View File

184
 extern char as_main_program;
184
 extern char as_main_program;
185
 /* nic.c */
185
 /* nic.c */
186
 extern void rx_qdrain P((void));
186
 extern void rx_qdrain P((void));
187
-extern int tftp P((const char *name, int (*)(unsigned char *, unsigned int, unsigned int, int)));
188
-extern int tftp_block P((struct tftpreq_info_t *, struct tftpblk_info_t *));
189
 extern int ip_transmit P((int len, const void *buf));
187
 extern int ip_transmit P((int len, const void *buf));
190
 extern void build_ip_hdr P((unsigned long destip, int ttl, int protocol, 
188
 extern void build_ip_hdr P((unsigned long destip, int ttl, int protocol, 
191
 	int option_len, int len, const void *buf));
189
 	int option_len, int len, const void *buf));

Loading…
Cancel
Save