Simon Horman | 0d16a40 | 2015-01-30 11:22:58 +0900 | [diff] [blame] | 1 | /* |
| 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 | |
| 15 | #include <types/mailers.h> |
| 16 | |
| 17 | struct mailers *mailers = NULL; |