blob: 601489481ae213103778bbc87f433bbf7806000b [file] [log] [blame]
Simon Horman0d16a402015-01-30 11:22:58 +09001/*
2 * Mailer management.
3 *
4 * Copyright 2015 Horms Solutions Ltd, Simon Horman <horms@verge.net.au>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 *
11 */
12
13#include <stdlib.h>
14
Willy Tarreaucc9bbfb2020-06-04 11:09:42 +020015#include <haproxy/mailers-t.h>
Simon Horman0d16a402015-01-30 11:22:58 +090016
17struct mailers *mailers = NULL;