mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Text
		
	
	
	
	
	
// See swig.org for more interface options,
 | 
						|
// e.g. map std::string to Go string
 | 
						|
 | 
						|
%{
 | 
						|
#include "capi.h"
 | 
						|
%}
 | 
						|
 | 
						|
%include "capi.h"
 |