X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=7b39f880d9115bb056665adf61efc01253580fd7;hb=acea380c8297962d08281764451837d6936c1a54;hp=79478aa8a1e12ee9575e3302ce73a9bc800ca73c;hpb=0ea1b434ac6becf79c75d85ba27de5b89666a7c3;p=xboard.git diff --git a/backend.h b/backend.h index 79478aa..7b39f88 100644 --- a/backend.h +++ b/backend.h @@ -189,7 +189,7 @@ 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)); -int ParseTimeControl P((char *tc, int ti, int mps)); +int ParseTimeControl P((char *tc, float ti, int mps)); void EscapeExpand(char *p, char *q); void ProcessICSInitScript P((FILE * f)); void EditCommentEvent P((void));