X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=menus.h;h=be62d47c526bcb53376844d49760630e1cec5965;hb=ff35ac10e995043ddbc05154f185784b9918d48b;hp=bc6c50427e3078cf9268d92eb4702324319d7230;hpb=e5876bb39d5f30d92865ff5f37b0b60f15e4fa87;p=xboard.git diff --git a/menus.h b/menus.h index bc6c504..be62d47 100644 --- a/menus.h +++ b/menus.h @@ -5,7 +5,7 @@ * Massachusetts. * * Enhancements Copyright 1992-2001, 2002, 2003, 2004, 2005, 2006, - * 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. + * 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation, Inc. * * The following terms apply to Digital Equipment Corporation's copyright * interest in XBoard: @@ -55,6 +55,7 @@ typedef void MenuProc P((void)); typedef struct { char *string; + char *accel; char *ref; MenuProc *proc; void *handle;