summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2005-06-01 19:57:27 +0200
committerMichael Brown2005-06-01 19:57:27 +0200
commit378e922f8f58a852fea4f8f74736e687f39a65d1 (patch)
tree4df923487c6a4630f7bdb4ee017b3c7b43de584b /src
parentDoxygenation (diff)
downloadipxe-378e922f8f58a852fea4f8f74736e687f39a65d1.tar.gz
ipxe-378e922f8f58a852fea4f8f74736e687f39a65d1.tar.xz
ipxe-378e922f8f58a852fea4f8f74736e687f39a65d1.zip
Remove prototypes for obsolete functions
Diffstat (limited to 'src')
-rw-r--r--src/include/tftp.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/include/tftp.h b/src/include/tftp.h
index 22329e50c..5922a3292 100644
--- a/src/include/tftp.h
+++ b/src/include/tftp.h
@@ -161,13 +161,4 @@ struct tftpblk_info_t {
#define TFTP_MIN_PACKET (sizeof(struct iphdr) + sizeof(struct udphdr) + 4)
-/*
- * Functions in tftp.c. Needed for pxe_export.c
- *
- */
-extern int tftp_block ( struct tftpreq_info_t *request,
- struct tftpblk_info_t *block );
-extern int tftp ( char *url, struct sockaddr_in *server, char *file,
- struct buffer *buffer );
-
#endif /* TFTP_H */