mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 14:35:14 +00:00
0d74f77ee7
No need to export the registration to haproxy.c, it can be done locally.
12 lines
201 B
C
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
|