Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / cns / cnsdiff / cnsdiff.h
1 /****************************************************************************/
2 /* */
3 /* AVERTEC S.A. 2002 */
4 /* */
5 /* Produit : cnsdiff */
6 /* Fichier : cnsdiff.h */
7 /* Auteur(s) : Romaric Thevenent */
8 /* */
9 /****************************************************************************/
10
11 /* les inclusions systemes */
12 #include <stdio.h>
13 #include <stdlib.h>
14 #include <string.h>
15 #include <time.h>
16 #include <sys/types.h>
17 #include <sys/time.h>
18 #include <sys/resource.h>
19
20 /* inclusion mbk */
21
22 #include MUT_H
23 #include MLO_H
24 #include BEH_H
25 #include RCN_H
26 #include CNS_H
27 #include LOG_H
28
29 #ifdef AVERTEC
30 #include AVT_H
31 #endif
32
33 #define DIFF_OPT_FIRST ((long) 0x00000201)
34 #define DIFF_OPT_ALL ((long) 0x00000202)
35 #define DIFF_OPT_OUTFILE ((long) 0x00000203)
36 #define DIFF_OPT_VERBOSE ((long) 0x00000204)
37 #define DIFF_OPT_HELP ((long) 0x00000205)
38 #define DIFF_OPT_NOOUT ((long) 0x00000206)
39 #define DIFF_OPT_TEST ((long) 0x00000207)
40
41 #define CNS_ERROR_USAGE ((long) 0x00000101)
42 #define CNS_ERROR_OUTPUT ((long) 0x00000102)
43 #define CNS_ERROR_CNSFIG ((long) 0x00000103)
44 #define CNS_ERROR_HELP ((long) 0x00000104)
45 #define CNS_ERROR_NOFILE ((long) 0x00000105)
46
47
48
49
50
51 long cnsdiff_getopt();
52 int cnsdiff_makefigdiff();
53