]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: mailers: move free_email_alert() to mailers.c
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 17 Jun 2024 16:39:19 +0000 (18:39 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 17 Jun 2024 17:37:29 +0000 (19:37 +0200)
commitee8be55942fd82813863bae7795d60289821fb38
tree539c5ed8870c4caafd77c3d04eb8cbacdce39727
parent8e226682be904a6774f65e90bac0b674888cc293
REORG: mailers: move free_email_alert() to mailers.c

free_email_alert() was declared in cfgparse.c, but it should belong to
mailers.c instead.
include/haproxy/cfgparse.h
include/haproxy/mailers.h
src/cfgparse.c
src/mailers.c
src/proxy.c