ze-filter
(ze-filter-0.8.0-develop-180218)
ze-proc-witness.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 : Mon Apr 2 11:40:00 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_PROC_WITNESS_H
26
27
bool
create_pid_file
(
char
*fname);
28
void
remove_pid_file
(
void
);
29
30
void
remove_milter_sock
();
31
char
*
define_milter_sock
(
char
*cf,
char
*p,
char
*u,
char
*i);
32
33
extern
char
*
milter_sock_file
;
34
35
# define __ZE_PROC_WITNESS_H 1
36
#endif
/* __ZE_PROC_WITNESS_H */
define_milter_sock
char * define_milter_sock(char *cf, char *p, char *u, char *i)
Definition:
ze-proc-witness.c:178
milter_sock_file
char * milter_sock_file
Definition:
ze-proc-witness.c:31
create_pid_file
bool create_pid_file(char *fname)
Definition:
ze-proc-witness.c:41
remove_milter_sock
void remove_milter_sock()
Definition:
ze-proc-witness.c:139
remove_pid_file
void remove_pid_file(void)
Definition:
ze-proc-witness.c:106
include
ze-proc-witness.h
Generated by
1.8.13