ze-filter  (ze-filter-0.8.0-develop-180218)
ze-signal.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 : janvier 2002
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 #ifndef __ZE_SIGNAL_H
25 
27 
29 void remove_milter_unix_sock (void);
30 
32 
33 #define LIFESIGN_CLEAR 0
34 #define LIFESIGN_GREY 1
35 #define LIFESIGN_LOAD 2
36 #define LIFESIGN_CTRL 4
37 
39 
40 #define __ZE_SIGNAL_H
41 #endif
void launch_periodic_tasks_thread(void)
Definition: ze-signal.c:705
void lifesign_set(uint32_t)
bool reopen_all_log_files()
Definition: ze-signal.c:267
void remove_milter_unix_sock(void)
Definition: ze-signal.c:730
bool setup_filter_signal_handler(void)
Definition: ze-signal.c:165
long uint32_t
Definition: ze-sys.h:489