mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 23:56:57 +02:00
This removes some #ifdefs from the main haproxy code path and enables error checking. The current code only makes use of warnings even for some errors that look serious. While this choice is questionnable, it has been kept as-is, and only the return codes were adapted to ERR_WARN to at least report that some warnings were emitted. ha_wurfl_init() was unexported as it's not needed anymore.
7 lines
83 B
C
7 lines
83 B
C
#ifndef _PROTO_WURFL_H
|
|
#define _PROTO_WURFL_H
|
|
|
|
void ha_wurfl_deinit(void);
|
|
|
|
#endif
|