haproxy/include/import/da.h
Willy Tarreau f63386ad27 CLEANUP: da: move the converter registration to da.c
There's no reason to put it into sample.c, it's better to register it
locally in da.c, it removes a number of ifdefs and exports.
2015-06-02 13:42:12 +02:00

13 lines
237 B
C

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