mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-09 21:15:06 +00:00
10 lines
132 B
C
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
|