X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.h;h=80e748de166ec4d9d34b0c0002e386047b4527ff;hb=fbcf1f3b86b144dd4940b326c32d4b105c0f74b3;hp=0400e50b25383e312d2e9764c06bc2035d823245;hpb=e70077aab0199817f37aef9ed0bdba1bbca93b45;p=xboard.git diff --git a/xhistory.h b/xhistory.h index 0400e50..80e748d 100644 --- a/xhistory.h +++ b/xhistory.h @@ -1,5 +1,5 @@ /* - * xgamelist.h -- Game list window, part of X front end for XBoard + * xhistory.h -- Eval graph window, part of X front end for XBoard * * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. * ------------------------------------------------------------------------ @@ -23,10 +23,8 @@ #ifndef _XHISTL_H #define _XHISTL_H 1 -void HistoryShowProc P((Widget w, XEvent *event, - String *prms, Cardinal *nprms)); +void HistoryShowProc P((void)); Boolean MoveHistoryIsUp P((void)); -extern Widget historyShell; #endif /* _XHISTL_H */