mirror of
				https://github.com/xcat2/xNBA.git
				synced 2025-11-03 21:02:36 +00:00 
			
		
		
		
	Re-order functions for more logical documentation
This commit is contained in:
		@@ -12,9 +12,6 @@
 | 
			
		||||
 | 
			
		||||
#include "tftp.h"
 | 
			
		||||
 | 
			
		||||
extern int tftp_get ( struct tftp_state *state, long timeout,
 | 
			
		||||
		      union tftp_any **reply );
 | 
			
		||||
 | 
			
		||||
extern int tftp_open ( struct tftp_state *state, const char *filename,
 | 
			
		||||
		       union tftp_any **reply );
 | 
			
		||||
 | 
			
		||||
@@ -23,6 +20,9 @@ extern int tftp_process_opts ( struct tftp_state *state,
 | 
			
		||||
 | 
			
		||||
extern int tftp_ack_nowait ( struct tftp_state *state );
 | 
			
		||||
 | 
			
		||||
extern int tftp_get ( struct tftp_state *state, long timeout,
 | 
			
		||||
		      union tftp_any **reply );
 | 
			
		||||
 | 
			
		||||
extern int tftp_ack ( struct tftp_state *state, union tftp_any **reply );
 | 
			
		||||
 | 
			
		||||
extern int tftp_error ( struct tftp_state *state, int errcode,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user