X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Ftic.h;h=a179a94d2d05762e261a0b40a04020c74ab4d256;hp=94b224eea653a84abd0b29d90032e7609dd08ed2;hb=3ec8f79f3ceda990461c80de2f96d66b886e00d5;hpb=3faafb2efcc426a48649c12943d5006cae12cff1 diff --git a/include/tic.h b/include/tic.h index 94b224ee..a179a94d 100644 --- a/include/tic.h +++ b/include/tic.h @@ -33,7 +33,7 @@ ****************************************************************************/ /* - * $Id: tic.h,v 1.57 2007/01/06 23:17:38 tom Exp $ + * $Id: tic.h,v 1.58 2007/04/29 22:56:15 tom Exp $ * tic.h - Global variables and structures for the terminfo * compiler. */ @@ -185,7 +185,7 @@ struct tinfo_fkeys { #if BROKEN_LINKER #define _nc_tinfo_fkeys _nc_tinfo_fkeysf() -extern NCURSES_EXPORT(struct tinfo_fkeys *) _nc_tinfo_fkeysf (void); +extern NCURSES_EXPORT(const struct tinfo_fkeys *) _nc_tinfo_fkeysf (void); #else