fix bug #36228: reserved identifier violation
[xboard.git] / xhistory.h
index 427cd7d..90f0c9b 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * 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 Free Software Foundation, Inc.
+ * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
  * ------------------------------------------------------------------------
  *
  * GNU XBoard is free software: you can redistribute it and/or modify
  *------------------------------------------------------------------------
  ** See the file ChangeLog for a revision history.  */
 
-#ifndef _XHISTL_H
-#define _XHISTL_H 1
+#ifndef XB_XHISTLIST
+#define XB_XHISTLIST
 
-void HistoryShowProc P((Widget w, XEvent *event,
-                       String *prms, Cardinal *nprms));
-void HistoryPopDown P((Widget w, XtPointer client_data,
-                      XtPointer call_data));
+void HistoryShowProc P((void));
+Boolean MoveHistoryIsUp P((void));
 
-#endif /* _XHISTL_H */
+#endif /* XB_XHISTLIST */