X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.h;h=aab8ff3f644ac1700528a3148b21ca71c9393d9e;hb=a21e490f02d4b2618765af67c14b904d74720e5d;hp=0c3fdf84466c3117f5e7076cb30d4fbfc1cfc703;hpb=369d80a758a3b9f552874f26909d79864a902731;p=xboard.git diff --git a/xgamelist.h b/xgamelist.h index 0c3fdf8..aab8ff3 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 @@ -29,6 +29,7 @@ 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 */