X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xgamelist.h;h=6c689a5456706bcb34ea0950d8851d1d7db41fb4;hb=4eec2ced245a4f86a63ca03781250cc6c82cddf2;hp=94cd6bfc3000d73b800d031bde1d0133b9bf6911;hpb=5cd55bddca592918f38deff675d05b650a71412e;p=xboard.git diff --git a/xgamelist.h b/xgamelist.h index 94cd6bf..6c689a5 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 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 */