ze-filter  (ze-filter-0.8.0-develop-180218)
libml.h
Go to the documentation of this file.
1 /*
2  *
3  * ze-filter - Mail Server Filter for sendmail
4  *
5  * Copyright (c) 2001-2018 - Jose-Marcio Martins da Cruz
6  *
7  * Auteur : Jose Marcio Martins da Cruz
8  * jose.marcio.mc@gmail.org
9  *
10  * Historique :
11  * Creation : Sun Jun 15 21:32:00 CEST 2014
12  *
13  * This program is free software - GPL v2.,
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  *
19  */
20 
21 
22 #ifndef LIBML_H
23 
24 #include <libze.h>
25 
26 #include <ze-msg-score.h>
27 #include <ze-msg-hash.h>
28 #include <ze-lr-funcs.h>
29 #include <ze-bfilter.h>
30 #include <ze-bcheck.h>
31 #include <ze-logit.h>
32 #include <ze-lr-init.h>
33 
34 # define LIBML_H 1
35 #endif /* LIBML_H */
36