Browse Source

Remove prototypes for obsolete functions

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
378e922f8f
1 changed files with 0 additions and 9 deletions
  1. 0
    9
      src/include/tftp.h

+ 0
- 9
src/include/tftp.h View File

@@ -161,13 +161,4 @@ struct tftpblk_info_t {
161 161
 
162 162
 #define TFTP_MIN_PACKET	(sizeof(struct iphdr) + sizeof(struct udphdr) + 4)
163 163
 
164
-/*
165
- * Functions in tftp.c.  Needed for pxe_export.c
166
- *
167
- */
168
-extern int tftp_block ( struct tftpreq_info_t *request,
169
-			struct tftpblk_info_t *block );
170
-extern int tftp ( char *url, struct sockaddr_in *server, char *file,
171
-		  struct buffer *buffer );
172
-
173 164
 #endif	/* TFTP_H */

Loading…
Cancel
Save