X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.h;h=537677158db85309acddd252b2b14d88413b09b6;hb=09438c2ac3a44a34ba62c1007a3d3a422edcd98d;hp=0c3fdf84466c3117f5e7076cb30d4fbfc1cfc703;hpb=369d80a758a3b9f552874f26909d79864a902731;p=xboard.git diff --git a/xgamelist.h b/xgamelist.h index 0c3fdf8..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 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 */