X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=7b39f880d9115bb056665adf61efc01253580fd7;hb=66a4d3394a1b23ab654e3fb6027ad9b5b2bd461c;hp=79478aa8a1e12ee9575e3302ce73a9bc800ca73c;hpb=c95ef32a700132a134f335f857ca6f1b6f3c169f;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));