commit | cc9bbfb7b5d61602e7cf262e4d2151d7fc657e40 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 04 11:09:42 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:57 2020 +0200 |
tree | 38652f24f49ca0988721cd987aa00fa35d791250 | |
parent | 167e1eb7c7860d516210a81ea46f1b78ad338d1d [diff] [blame] |
REORG: include: split mailers.h into haproxy/mailers{,-t}.h The file mostly contained struct definitions but there was also a variable export. Most of the stuff currently lies in checks.h and should definitely move here!
diff --git a/src/mailers.c b/src/mailers.c index 4335453..6014894 100644 --- a/src/mailers.c +++ b/src/mailers.c
@@ -12,6 +12,6 @@ #include <stdlib.h> -#include <types/mailers.h> +#include <haproxy/mailers-t.h> struct mailers *mailers = NULL;