X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=b6ed6865d1b8a078089f7e2fa4c341dca34acb72;hb=0278ebc80411a20fd23303156285e55ce8d2b0a5;hp=6dcc1f76807937bc65eab83aade4142999ac4f4c;hpb=e6e38912837a4fe2464356408d10dee950b3121c;p=xboard.git diff --git a/frontend.h b/frontend.h index 6dcc1f7..b6ed686 100644 --- a/frontend.h +++ b/frontend.h @@ -5,7 +5,8 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free + * Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -108,6 +109,7 @@ void Raw P((void)); void Colorize P((ColorClass cc, int continuation)); char *InterpretFileName P((char *name, char *dir)); void DoSleep P((int n)); +void DoEvents P((void)); char *UserName P((void)); char *HostName P((void)); @@ -179,6 +181,7 @@ void GameListPopUp P((FILE *fp, char *filename)); void GameListPopDown P((void)); void GameListHighlight P((int index)); void GameListDestroy P((void)); +void GameListUpdate P((void)); FILE *GameFile P((void)); /* these are in wedittags.c */