]> git.pld-linux.org Git - packages/eic.git/blame - eic.h
- tabs in preamble
[packages/eic.git] / eic.h
CommitLineData
90010b97
AM
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
13int EiC_run(int, char**);
14void EiC_init_EiC(void);
15void EiC_switches(char *);
16void EiC_parseString(char * command,...);
17void 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.101195 seconds and 4 git commands to generate.