mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-07 22:00:37 +00:00
8 lines
108 B
C
8 lines
108 B
C
|
#ifndef _PROTO_WURFL_H
|
||
|
#define _PROTO_WURFL_H
|
||
|
|
||
|
int ha_wurfl_init(void);
|
||
|
void ha_wurfl_deinit(void);
|
||
|
|
||
|
#endif
|