Subversion Repositories Games.Chess Giants

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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