haproxy/include
Christopher Faulet 83fefbcdff MINOR: init: Fix the prototype for per-thread free callbacks
Functions registered to release memory per-thread have no return value. But the
registering function and the function pointer in per_thread_free_fct structure
specify it should return an integer. This patch fixes it.

This patch may be backported as far as 2.0.
2020-11-13 16:26:10 +01:00
..
haproxy MINOR: init: Fix the prototype for per-thread free callbacks 2020-11-13 16:26:10 +01:00
import MINOR: ist: Add istend() function to return a pointer to the end of the string 2020-11-05 19:25:12 +01:00