ze-filter
(ze-filter-0.8.0-develop-180218)
ze-html.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
25
#ifndef __ZE_HTML_H
26
32
void
html_clean_codes
(
char
*,
size_t
);
33
34
char
*
cleanup_html_buffer
(
char
*,
size_t
);
35
36
int
check_valid_html_tags
(
char
*,
char
*);
37
38
int
get_html_entity
(
char
*);
39
40
43
#define __ZE_HTML_H
44
#endif
html_clean_codes
void html_clean_codes(char *, size_t)
Definition:
ze-html.c:72
check_valid_html_tags
int check_valid_html_tags(char *, char *)
Definition:
ze-html.c:334
get_html_entity
int get_html_entity(char *)
Definition:
ze-html.c:535
cleanup_html_buffer
char * cleanup_html_buffer(char *, size_t)
Definition:
ze-html.c:163
include
ze-html.h
Generated by
1.8.13