X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.h;h=94cd6bfc3000d73b800d031bde1d0133b9bf6911;hb=9f8e3f62352236d94f044b198a897488d404ed7e;hp=21340aae8a19f4e92fcd985b6a30dc9d99414a11;hpb=06d3d751525f40869ef6dfd96e33c590008123c2;p=xboard.git diff --git a/xgamelist.h b/xgamelist.h index 21340aa..94cd6bf 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 Free Software Foundation, Inc. * ------------------------------------------------------------------------ * * GNU XBoard is free software: you can redistribute it and/or modify @@ -27,6 +27,8 @@ 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 */