소스 검색

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,9 +12,6 @@
12 12
 
13 13
 #include "tftp.h"
14 14
 
15
-extern int tftp_get ( struct tftp_state *state, long timeout,
16
-		      union tftp_any **reply );
17
-
18 15
 extern int tftp_open ( struct tftp_state *state, const char *filename,
19 16
 		       union tftp_any **reply );
20 17
 
@@ -23,6 +20,9 @@ extern int tftp_process_opts ( struct tftp_state *state,
23 20
 
24 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 26
 extern int tftp_ack ( struct tftp_state *state, union tftp_any **reply );
27 27
 
28 28
 extern int tftp_error ( struct tftp_state *state, int errcode,

Loading…
취소
저장