mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 05:53:30 +02:00
The only reason wurfl/wurfl.h was needed outside of wurfl.c was to expose wurfl_handle which is a pointer to a structure, referenced by global.h. By just storing a void* there instead, we can confine all wurfl code to wurfl.c, which is really nice.