1 #pragma once
2 /* *INDENT-OFF* */
3 /*>>> epdglue.h: subprogram prototypes for epdglue.c */
4 /* Revised: 1995.12.11 */
5 /*
6    Copyright (C) 1995 by Steven J. Edwards (sje@mv.mv.com)
7    All rights reserved.  This code may be freely redistibuted and used by
8    both research and commerical applications.  No warranty exists.
9  */
10 /*
11    The contents of this include file are the prototypes for the glue
12    routines (epdglue.c) that form the programmatic interface between the
13    host program Crafty and the EPD Kit.  Therefore, this file may have
14    to be changed (as will epdglue.c) if used with a different host program.
15    The contents of the other source files in the EPD Kit (epddefs.h,
16    epd.h, and epd.c) should not have to be changed for different hosts.
17  */
18 /*
19    This file was originally prepared on an Apple Macintosh using the
20    Metrowerks CodeWarrior 6 ANSI C compiler.  Tabs are set at every
21    four columns.  Further testing and development was performed on a
22    generic PC running Linux 1.2.9 and using the gcc 2.6.3 compiler.
23  */
24 int EGCommandParmCount(char *s);
25 int EGCommandCheck(char *s);
26 int EGCommand(char *s);
27 void EGInit(void);
28 void EGTerm(void);
29 /* *INDENT-ON* */
30