Commit Diff


commit - b8f48e3604dc6ef6b089ac5ae051228d77807c4d
commit + d608268a7cb9be6f7f96f5295f7d4066f79e07f2
blob - 59480528c242af7eb7a4c39c32a2ec1951ee8901
blob + 643bbd097078863e2339924165412db7b9c381d6
--- FICS/board.c
+++ FICS/board.c
@@ -50,7 +50,7 @@ PUBLIC char	*bpstring[] = {" ", "p", "n", "b", "r", "q
 
 PUBLIC int pieceValues[7] = {0, 1, 3, 3, 5, 9, 0};
 
-PUBLIC int (*styleFuncs[MAX_STYLES])() = {
+PUBLIC int (*styleFuncs[MAX_STYLES])(game_state_t *, move_t *) = {
 	style1,
 	style2,
 	style3,