X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=frontend.h;h=f536dbab792b0b06cb0b8f1de86a9b8b7fd09d24;hb=4011e8678d85310eedf19fd00aa5d96a9a60770a;hp=6dcc1f76807937bc65eab83aade4142999ac4f4c;hpb=e6e38912837a4fe2464356408d10dee950b3121c;p=xboard.git diff --git a/frontend.h b/frontend.h index 6dcc1f7..f536dba 100644 --- a/frontend.h +++ b/frontend.h @@ -5,7 +5,7 @@ * 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 Free Software Foundation, Inc. * * Enhancements Copyright 2005 Alessandro Scotti * @@ -108,6 +108,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 +180,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 */