fix bug #36228: reserved identifier violation
[xboard.git] / xedittags.h
index 0459c16..6245bfd 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.
  *
  * ------------------------------------------------------------------------
  *
  *------------------------------------------------------------------------
  ** See the file ChangeLog for a revision history.  */
 
-#ifndef _XEDITTAGS_H
-#define _XEDITTAGS_H 1
+#ifndef XB_XEDITTAGS
+#define XB_XEDITTAGS
 
-void EditTagsProc P((Widget w, XEvent *event,
-                    String *prms, Cardinal *nprms));
+void EditTagsProc P((void));
 
 extern Widget editTagsShell, tagsShell;
 #endif