浏览代码

Remove prototypes for obsolete functions

tags/v0.9.3
Michael Brown 19 年前
父节点
当前提交
378e922f8f
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0
    9
      src/include/tftp.h

+ 0
- 9
src/include/tftp.h 查看文件

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

正在加载...
取消
保存