X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=8ef5bf3c1605b2e63a7dedcfa64374fb9681a648;hb=062fb2bd92324706eed1fba8d5f7b4015ef2b058;hp=0057b9d10d290f6cf88d2cafc554d8cc560fffa4;hpb=7e4f4f5718bf4efee8be4abfc981d18cfd6f8438;p=xboard.git diff --git a/backend.h b/backend.h index 0057b9d..8ef5bf3 100644 --- a/backend.h +++ b/backend.h @@ -131,6 +131,7 @@ void UserMoveEvent P((int fromX, int fromY, int toX, int toY, int promoChar)); void DecrementClocks P((void)); char *TimeString P((long millisec)); void AutoPlayGameLoop P((void)); +void AdjustClock P((Boolean which, int dir)); void DisplayBothClocks P((void)); void EditPositionMenuEvent P((ChessSquare selection, int x, int y)); void DropMenuEvent P((ChessSquare selection, int x, int y));