ze-filter  (ze-filter-0.8.0-develop-180218)
ze-fileexp.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_FILEEXP_H
25 
32 int free_fext ();
33 int add_fext (char *);
34 
37 
38 void list_filename_extensions (int fd);
39 
40 bool check_filename_xfile (char *);
41 
42 void dump_xfiles_table ();
43 bool load_xfiles_table (char *, char *);
44 bool check_xfiles (char *, char *, size_t, char *, size_t );
45 
48 #define __ZE_FILEEXP_H
49 #endif
bool check_filename_xfile(char *)
Definition: ze-fileexp.c:342
bool load_xfiles_table(char *, char *)
Definition: ze-fileexp.c:575
int add_fext(char *)
Definition: ze-fileexp.c:102
void dump_xfiles_table()
Definition: ze-fileexp.c:398
void init_default_file_extensions()
Definition: ze-fileexp.c:195
bool check_xfiles(char *, char *, size_t, char *, size_t)
Definition: ze-fileexp.c:625
void init_file_extension_regex()
Definition: ze-fileexp.c:249
void list_filename_extensions(int fd)
Definition: ze-fileexp.c:298
int free_fext()
Definition: ze-fileexp.c:89