mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 14:35:14 +00:00
f63386ad27
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.
13 lines
237 B
C
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
|