X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xedittags.h;h=6245bfd8ba390ba45182990998319145658e66cc;hb=4bfad947161d93ce1b566093211bd05f368bdffe;hp=83ec145b069234d77c6752250472332f0af4e7c6;hpb=b382d988c6f886f3a49483df9e3e36de0b6b0824;p=xboard.git diff --git a/xedittags.h b/xedittags.h index 83ec145..6245bfd 100644 --- a/xedittags.h +++ b/xedittags.h @@ -1,7 +1,7 @@ /* * xedittags.h * - * Copyright 1995, 2009, 2010, 2011 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