Rev 33 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 33 | Rev 154 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 |
|
1 | #pragma once |
2 | /* *INDENT-OFF* */ |
2 | /* *INDENT-OFF* */ |
3 | # define EPDGLUE_INCLUDED |
- | |
4 | /*>>> epdglue.h: subprogram prototypes for epdglue.c */ |
3 | /*>>> epdglue.h: subprogram prototypes for epdglue.c */ |
5 | /* Revised: 1995.12.11 */ |
4 | /* Revised: 1995.12.11 */ |
6 | /* |
5 | /* |
7 | Copyright (C) 1995 by Steven J. Edwards (sje@mv.mv.com) |
6 | Copyright (C) 1995 by Steven J. Edwards (sje@mv.mv.com) |
8 | All rights reserved. This code may be freely redistibuted and used by |
7 | All rights reserved. This code may be freely redistibuted and used by |
Line 26... | Line 25... | ||
26 | int EGCommandCheck(char *s); |
25 | int EGCommandCheck(char *s); |
27 | int EGCommand(char *s); |
26 | int EGCommand(char *s); |
28 | void EGInit(void); |
27 | void EGInit(void); |
29 | void EGTerm(void); |
28 | void EGTerm(void); |
30 | /* *INDENT-ON* */ |
29 | /* *INDENT-ON* */ |
31 | #endif |
- | |
32 | /*<<< epdglue.h: EOF */ |
- |