瀏覽代碼

Re-order functions for more logical documentation

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
55771a462d
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/include/tftpcore.h

+ 3
- 3
src/include/tftpcore.h 查看文件

12
 
12
 
13
 #include "tftp.h"
13
 #include "tftp.h"
14
 
14
 
15
-extern int tftp_get ( struct tftp_state *state, long timeout,
16
-		      union tftp_any **reply );
17
-
18
 extern int tftp_open ( struct tftp_state *state, const char *filename,
15
 extern int tftp_open ( struct tftp_state *state, const char *filename,
19
 		       union tftp_any **reply );
16
 		       union tftp_any **reply );
20
 
17
 
23
 
20
 
24
 extern int tftp_ack_nowait ( struct tftp_state *state );
21
 extern int tftp_ack_nowait ( struct tftp_state *state );
25
 
22
 
23
+extern int tftp_get ( struct tftp_state *state, long timeout,
24
+		      union tftp_any **reply );
25
+
26
 extern int tftp_ack ( struct tftp_state *state, union tftp_any **reply );
26
 extern int tftp_ack ( struct tftp_state *state, union tftp_any **reply );
27
 
27
 
28
 extern int tftp_error ( struct tftp_state *state, int errcode,
28
 extern int tftp_error ( struct tftp_state *state, int errcode,

Loading…
取消
儲存