Quellcode durchsuchen

Remove prototypes for obsolete functions

tags/v0.9.3
Michael Brown vor 19 Jahren
Ursprung
Commit
378e922f8f
1 geänderte Dateien mit 0 neuen und 9 gelöschten Zeilen
  1. 0
    9
      src/include/tftp.h

+ 0
- 9
src/include/tftp.h Datei anzeigen

@@ -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 */

Laden…
Abbrechen
Speichern