haproxy/include/import/51d.h
Dragan Dosen 93b38d9191 MEDIUM: 51Degrees code refactoring and cleanup
Moved 51Degrees code from src/haproxy.c, src/sample.c and src/cfgparse.c
into a separate files src/51d.c and include/import/51d.h.

Added two new functions init_51degrees() and deinit_51degrees(), updated
Makefile and other code reorganizations related to 51Degrees.
2015-06-30 10:43:03 +02:00

10 lines
132 B
C

#ifndef _IMPORT_51D_H
#define _IMPORT_51D_H
#include <51Degrees.h>
int init_51degrees(void);
void deinit_51degrees(void);
#endif