ze-filter  (ze-filter-0.8.0-develop-180218)
ze-mod-tools.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 10 15:23:49 CEST 2007
12  *
13  * This program is free software, but with restricted license :
14  *
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
19  *
20  * More details about ze-filter license can be found at ze-filter
21  * web site : http://foss.jose-marcio.org
22  */
23 
24 
25 #ifndef __ZE_MOD_TOOLS_H
26 
27 void ctx2mod_args(mod_ctx_T * mod, SMFICTX * ctx);
28 
29 int mod2ctx_result(int r);
30 
31 bool do_module_callback(SMFICTX *ctx, int step, int *result);
32 
33 # define __ZE_MOD_TOOLS_H 1
34 #endif /* __ZE_MOD_TOOLS_H */
int mod2ctx_result(int r)
Definition: ze-mod-tools.c:65
bool do_module_callback(SMFICTX *ctx, int step, int *result)
Definition: ze-mod-tools.c:84
void ctx2mod_args(mod_ctx_T *mod, SMFICTX *ctx)
Definition: ze-mod-tools.c:38