Fix multi-leg promotions
[xboard.git] / xaw / xhistory.h
index 90f0c9b..e32caea 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xhistory.h -- Eval graph window, part of X front end for XBoard
  *
- * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+ * Copyright 1995, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
  * ------------------------------------------------------------------------
  *
  * GNU XBoard is free software: you can redistribute it and/or modify
@@ -25,5 +25,6 @@
 
 void HistoryShowProc P((void));
 Boolean MoveHistoryIsUp P((void));
+void SelectMoveX P((Widget w, XEvent * event, String * params, Cardinal * nParams));
 
 #endif /* XB_XHISTLIST */