summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/gnuchess.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chessbox/gnuchess.h')
-rw-r--r--apps/plugins/chessbox/gnuchess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/gnuchess.h b/apps/plugins/chessbox/gnuchess.h
index 5367bb3254..6a4a6bdd4e 100644
--- a/apps/plugins/chessbox/gnuchess.h
+++ b/apps/plugins/chessbox/gnuchess.h
@@ -49,7 +49,7 @@ extern struct plugin_api* rb;
49/* ---- The beginning of a GNUChess v2 APIfication ---- */ 49/* ---- The beginning of a GNUChess v2 APIfication ---- */
50void SetTimeControl(void); 50void SetTimeControl(void);
51void GNUChess_Initialize(void); 51void GNUChess_Initialize(void);
52int VerifyMove(char s[],short iop,unsigned short *mv); 52int VerifyMove(short player, char s[],short iop,unsigned short *mv, char *move_buffer);
53int SelectMove ( short side, short iop , void (*callback)(void), char *move_buffer ); 53int SelectMove ( short side, short iop , void (*callback)(void), char *move_buffer );
54void InitializeStats ( void ); 54void InitializeStats ( void );
55void ElapsedTime ( short iop ); 55void ElapsedTime ( short iop );