summaryrefslogtreecommitdiffstats
path: root/src/include/etherboot.h
diff options
context:
space:
mode:
authorMichael Brown2005-04-30 16:45:33 +0200
committerMichael Brown2005-04-30 16:45:33 +0200
commit5bec933c66f8ef23d36cd2744ddc9c0f1403cfad (patch)
tree5d78cb35a613a94dfae7fc1a49e6d984d707c583 /src/include/etherboot.h
parentAdded "proto" directory (diff)
downloadipxe-5bec933c66f8ef23d36cd2744ddc9c0f1403cfad.tar.gz
ipxe-5bec933c66f8ef23d36cd2744ddc9c0f1403cfad.tar.xz
ipxe-5bec933c66f8ef23d36cd2744ddc9c0f1403cfad.zip
tftp prototypes moved to tftp.h
Diffstat (limited to 'src/include/etherboot.h')
-rw-r--r--src/include/etherboot.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/etherboot.h b/src/include/etherboot.h
index b65819bd..9fdda657 100644
--- a/src/include/etherboot.h
+++ b/src/include/etherboot.h
@@ -184,8 +184,6 @@ extern int main();
extern char as_main_program;
/* nic.c */
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 void build_ip_hdr P((unsigned long destip, int ttl, int protocol,
int option_len, int len, const void *buf));