mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 14:35:14 +00:00
a397e76ac7
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
|