haproxy/include/import/da.h
Willy Tarreau b149eedd5a CLEANUP: da: register the deinitialization function
deinit_deviceatlas() is not called anymore from haproxy.c, removing 2
still includes other parts of the Deviceatlas library so it was not
touched.
2016-12-21 21:30:54 +01:00

9 lines
124 B
C

#ifndef _IMPORT_DA_H
#define _IMPORT_DA_H
#ifdef USE_DEVICEATLAS
#include <types/global.h>
#include <dac.h>
#endif
#endif