|
@@ -184,8 +184,6 @@ extern int main();
|
184
|
184
|
extern char as_main_program;
|
185
|
185
|
/* nic.c */
|
186
|
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
|
187
|
extern int ip_transmit P((int len, const void *buf));
|
190
|
188
|
extern void build_ip_hdr P((unsigned long destip, int ttl, int protocol,
|
191
|
189
|
int option_len, int len, const void *buf));
|