X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xedittags.h;h=6245bfd8ba390ba45182990998319145658e66cc;hb=4bfad947161d93ce1b566093211bd05f368bdffe;hp=0459c1629599738bfe9eaa319758125ecfea6f83;hpb=06d3d751525f40869ef6dfd96e33c590008123c2;p=xboard.git diff --git a/xedittags.h b/xedittags.h index 0459c16..6245bfd 100644 --- a/xedittags.h +++ b/xedittags.h @@ -1,7 +1,7 @@ /* * xedittags.h * - * Copyright 1995,2009 Free Software Foundation, Inc. + * Copyright 1995, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. * * ------------------------------------------------------------------------ * @@ -21,11 +21,10 @@ *------------------------------------------------------------------------ ** 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