haproxy/include/import/da.h
Willy Tarreau a397e76ac7 CLEANUP: adjust the envelope name in da.h to reflect the file name
Since the file is import/da.h, the define should be _IMPORT_DA_H,
nor MOBI_DA_DAC_HAPROXY_H.
2015-06-02 13:42:12 +02:00

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