ze-filter
(ze-filter-0.8.0-develop-180218)
zeRdFile.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_RDFILE_H
25
26
#define RD_ONE_COLUMN 1
27
#define RD_TWO_COLUMN 2
28
29
#define RD_NORMAL 0
30
#define RD_REVERSE 1
31
32
int
zm_RdTextFile
(
char
*,
int
,
int
,
char
*,
33
int
(*)(
void
*,
void
*));
34
35
typedef
int (*
RDFILE_F
)(
void
*,
void
*);
36
37
int
zm_RdFile
(
char
*fname,
char
*tag,
RDFILE_F
f,
void
*arg);
38
39
#define __ZE_RDFILE_H
40
#endif
zm_RdFile
int zm_RdFile(char *fname, char *tag, RDFILE_F f, void *arg)
Definition:
zeRdFile.c:185
zm_RdTextFile
int zm_RdTextFile(char *, int, int, char *, int(*)(void *, void *))
RDFILE_F
int(* RDFILE_F)(void *, void *)
Definition:
zeRdFile.h:35
libze
include
zeRdFile.h
Generated by
1.8.13