X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.h;h=e9bd07b2c8ee470bf40f1ae1917722194d545979;hb=4d4d6305b409a21e22162ca25175aa6d60dc8916;hp=7e5accd239a63e4844a4d9a7ee166d17bbb59ad8;hpb=9c7cb89d6ae88edc97bc99e51fb6779ddf6e33b8;p=xboard.git diff --git a/backend.h b/backend.h index 7e5accd..e9bd07b 100644 --- a/backend.h +++ b/backend.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -162,6 +162,7 @@ void MoveNowEvent P((void)); void TruncateGameEvent P((void)); void PauseEvent P((void)); void CallFlagEvent P((void)); +void ClockClick P((int which)); void AcceptEvent P((void)); void DeclineEvent P((void)); void RematchEvent P((void));