mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
Since the file is import/da.h, the define should be _IMPORT_DA_H, nor MOBI_DA_DAC_HAPROXY_H.
11 lines
183 B
C
11 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
|