mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-14 23:49:10 +02:00
These ones are used by virtually every config parser. Not only they provide no benefit in being inlined, but they imply a very deep dependency starting at proxy.h, which results for example in task.c including openssl. Let's move these two functions to cfgparse.c.