X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.h;h=9cacc61027395c208bf4d3c9902c24f30fc6e4ec;hb=c0d0ea91773838e5d11c3cd3b407fea251058c34;hp=0c3fdf84466c3117f5e7076cb30d4fbfc1cfc703;hpb=369d80a758a3b9f552874f26909d79864a902731;p=xboard.git diff --git a/xgamelist.h b/xgamelist.h index 0c3fdf8..9cacc61 100644 --- a/xgamelist.h +++ b/xgamelist.h @@ -1,7 +1,7 @@ /* * xgamelist.h -- Game list 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 @@ -23,12 +23,9 @@ #ifndef _XGAMEL_H #define _XGAMEL_H 1 -void ShowGameListProc P((Widget w, XEvent *event, - String *prms, Cardinal *nprms)); void LoadSelectedProc P((Widget w, XEvent *event, String *prms, Cardinal *nprms)); void SetFilterProc P((Widget w, XEvent *event, String *prms, Cardinal *nprms)); -extern Widget gameListShell; #endif /* _XGAMEL_H */