mirror of
				https://git.haproxy.org/git/haproxy.git/
				synced 2025-10-29 23:51:01 +01:00 
			
		
		
		
	Since the file is import/da.h, the define should be _IMPORT_DA_H, nor MOBI_DA_DAC_HAPROXY_H.
		
			
				
	
	
		
			12 lines
		
	
	
		
			183 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			183 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _IMPORT_DA_H
 | |
| #define _IMPORT_DA_H
 | |
| #ifdef USE_DEVICEATLAS
 | |
| 
 | |
| #include <types/global.h>
 | |
| #include <dac.h>
 | |
| 
 | |
| int init_deviceatlas(void);
 | |
| void deinit_deviceatlas(void);
 | |
| #endif
 | |
| #endif
 |