X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=4cc8646dc01427280984724186cab11f103663a5;hb=a5b8066ad78ddeec1ddcca3b31ee26fe1052fc89;hp=d850ff7e08a1eb9ef1572fb4c6e0935fe8cc50f4;hpb=36fca099ff6d67b7df504606ffa15e8e5e8c66bb;p=xboard.git diff --git a/backend.h b/backend.h index d850ff7..4cc8646 100644 --- a/backend.h +++ b/backend.h @@ -167,7 +167,7 @@ void BookEvent P((void)); void AboutGameEvent P((void)); void ExitEvent P((int status)); char *DefaultFileName P((char *)); -ChessMove UserMoveTest P((int fromX, int fromY, int toX, int toY, int promoChar)); +ChessMove UserMoveTest P((int fromX, int fromY, int toX, int toY, int promoChar, Boolean captureOwn)); void UserMoveEvent P((int fromX, int fromY, int toX, int toY, int promoChar)); void DecrementClocks P((void)); char *TimeString P((long millisec));