Subversion Repositories Games.Chess Giants

Rev

Rev 33 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33 Rev 154
Line 1... Line 1...
1
#if !defined(EPDH_INCLUDED)
1
#pragma once
2
/* *INDENT-OFF* */
2
/* *INDENT-OFF* */
3
#  define EPDH_INCLUDED
-
 
4
/*>>> epd.h: subprogram prototypes for epd.c */
3
/*>>> epd.h: subprogram prototypes for epd.c */
5
/* Revised: 1996.06.23 */
4
/* Revised: 1996.06.23 */
6
/*
5
/*
7
   Copyright (C) 1996 by Steven J. Edwards (sje@mv.mv.com)
6
   Copyright (C) 1996 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 141... Line 140...
141
refreqT EPDExtractRefreqIndex(epdptrT epdptr);
140
refreqT EPDExtractRefreqIndex(epdptrT epdptr);
142
siT EPDComm(refintptrT refintptr, charptrT pipebase);
141
siT EPDComm(refintptrT refintptr, charptrT pipebase);
143
void EPDInit(void);
142
void EPDInit(void);
144
void EPDTerm(void);
143
void EPDTerm(void);
145
/* *INDENT-ON* */
144
/* *INDENT-ON* */
146
#endif
-
 
147
/*<<< epd.h: EOF */
-