haproxy/include/import/da.h
Willy Tarreau 0d74f77ee7 CLEANUP: da: register the config keywords in da.c
No need to export the registration to haproxy.c, it can be done
locally.
2015-06-02 13:42:12 +02:00

12 lines
201 B
C

#ifndef MOBI_DA_DAC_HAPROXY_H
#define MOBI_DA_DAC_HAPROXY_H
#ifdef USE_DEVICEATLAS
#include <types/global.h>
#include <dac.h>
int init_deviceatlas(void);
void deinit_deviceatlas(void);
#endif
#endif