X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=b304cb40add960d4f96a308c6ed36ffd42efcd8b;hb=9f42d7d28b859796650bda0b7d5900199010948d;hp=29773a8743263a6f91135c2896a02ff052f7b585;hpb=59e3a9e715601e65d6a208b2bf8fc0b9c7c0fee8;p=xboard.git diff --git a/backend.h b/backend.h index 29773a8..b304cb4 100644 --- a/backend.h +++ b/backend.h @@ -425,6 +425,8 @@ typedef struct { int ms; /* Assuming this is >= 16 bits */ } TimeMark; +extern TimeMark programStartTime; + void GetTimeMark P((TimeMark *)); long SubtractTimeMarks P((TimeMark *, TimeMark *));