mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-12 12:26:15 -04: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
|