ze-filter  (ze-filter-0.8.0-develop-180218)
ze-oracle.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_ORACLE_H
25 
32 bool load_oradata_table (char *, char *);
33 
34 int count_oradata (char *, char *, char *, bool, double *);
35 
36 void dump_oradata_table ();
37 
38 double vector_compare(double *, double *, int);
39 
40 char *realcleanup_text_buf(char *, size_t );
41 
44 #define __ZE_ORACLE_H
45 #endif
bool load_oradata_table(char *, char *)
Definition: ze-oracle.c:211
char * realcleanup_text_buf(char *, size_t)
Definition: ze-oracle.c:408
int count_oradata(char *, char *, char *, bool, double *)
Definition: ze-oracle.c:253
double vector_compare(double *, double *, int)
Definition: ze-oracle.c:326
void dump_oradata_table()
Definition: ze-oracle.c:69