]> git.pld-linux.org Git - packages/eic.git/blob - eic.h
- tabs in preamble
[packages/eic.git] / eic.h
1 /* eic.h
2  *
3  *      (C) Copyright May  7 1995, Edmond J. Breen.
4  *                 ALL RIGHTS RESERVED.
5  * This code may be copied for personal, non-profit use only.
6  * Modified for PLD GNU/Linux by a.miskiewicz@opengroup.org
7  */
8 #ifndef EICH_
9 #define EICH_
10
11 #include <sys/types.h>
12
13 int EiC_run(int, char**);
14 void EiC_init_EiC(void);
15 void EiC_switches(char *);
16 void EiC_parseString(char * command,...);
17 void EiC_setMessageDisplay(void (*)(char *));
18
19 #endif /* EICH_ */
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This page took 0.027299 seconds and 3 git commands to generate.