X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.h;h=537677158db85309acddd252b2b14d88413b09b6;hb=09438c2ac3a44a34ba62c1007a3d3a422edcd98d;hp=94cd6bfc3000d73b800d031bde1d0133b9bf6911;hpb=5cd55bddca592918f38deff675d05b650a71412e;p=xboard.git diff --git a/xgamelist.h b/xgamelist.h index 94cd6bf..5376771 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, 2010 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,13 @@ #ifndef _XGAMEL_H #define _XGAMEL_H 1 -void ShowGameListProc P((Widget w, XEvent *event, - String *prms, Cardinal *nprms)); +void ShowGameListProc P((void)); +void GameListOptionsPopDown P((void)); void LoadSelectedProc P((Widget w, XEvent *event, String *prms, Cardinal *nprms)); void SetFilterProc P((Widget w, XEvent *event, String *prms, Cardinal *nprms)); +int SaveGameListAsText P((FILE *f)); extern Widget gameListShell; #endif /* _XGAMEL_H */