21 lines
		
	
	
		
			184 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			184 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef tcp_h__
 | |
| #define tcp_h__
 | |
| 
 | |
| 
 | |
| #include "signal.h"
 | |
| #include "bytearray.h"
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| signal tcp_connect_signal(void *obj);
 | |
| signal tcp_recv_signal(void *obj,array_def *data);
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| #endif
 | |
| 
 | 
