Add copy-paste
[xboard.git] / xgamelist.h
index aab8ff3..c78e736 100644 (file)
  *------------------------------------------------------------------------
  ** See the file ChangeLog for a revision history.  */
 
-#ifndef _XGAMEL_H
-#define _XGAMEL_H 1
+#ifndef XB_XGAMELIST
+#define XB_XGAMELIST
 
-void ShowGameListProc P((Widget w, XEvent *event,
-                        String *prms, Cardinal *nprms));
+#ifdef TODO_GTK
 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));
+#endif
 
-extern Widget gameListShell;
-#endif /* _XGAMEL_H */
+#endif /* XB_XGAMELIST */