X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=b304cb40add960d4f96a308c6ed36ffd42efcd8b;hb=40bd473b68412069ea05a386974828c8538ee27c;hp=29773a8743263a6f91135c2896a02ff052f7b585;hpb=38aca841fff872e35d5aa5140b91e22df7e2825f;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 *));