X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxhistory.h;h=e32caeac7e127d55422feb507aceb9329c3cd7b4;hb=HEAD;hp=90f0c9bf9091193a93b64b50514c6d90baadf3a8;hpb=e6f4f8fdada1a701e4be2e4807920dbcad697fb1;p=xboard.git diff --git a/xaw/xhistory.h b/xaw/xhistory.h index 90f0c9b..e32caea 100644 --- a/xaw/xhistory.h +++ b/xaw/xhistory.h @@ -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 */