Solve WinBoard name clashes, fix zippy-analyze menu graying
[xboard.git] / xedittags.h
index e777067..75e4416 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * xedittags.h
  *
- * Copyright 1995,2009 Free Software Foundation, Inc.
+ * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
  *
  * ------------------------------------------------------------------------
  *
@@ -24,7 +24,7 @@
 #ifndef _XEDITTAGS_H
 #define _XEDITTAGS_H 1
 
-void EditTagsProc P((Widget w, XEvent *event,
-                    String *prms, Cardinal *nprms));
+void EditTagsProc P((void));
 
+extern Widget editTagsShell, tagsShell;
 #endif