mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 22:44:32 +00:00
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
|