X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fllib-lmenu;h=13ecaf8bdd79dc63c6cf01514faf83481a31c343;hp=fc17cc364d42fd7917f671f836c6742d756db9fc;hb=0266ec751090f9523ae676f357095176e293fb16;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/menu/llib-lmenu b/menu/llib-lmenu index fc17cc36..13ecaf8b 100644 --- a/menu/llib-lmenu +++ b/menu/llib-lmenu @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1999-2002,2005 Free Software Foundation, Inc. * + * Copyright (c) 1999-2005,2010 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy of this software and associated documentation files (the * @@ -27,13 +27,13 @@ ****************************************************************************/ /**************************************************************************** - * Author: Thomas E. Dickey 1996-2002,2005 * + * Author: Thomas E. Dickey 1996-2005,2010 * ****************************************************************************/ /* LINTLIBRARY */ /* ./m_attribs.c */ -#include "menu.priv.h" +#include #undef set_menu_fore int set_menu_fore( @@ -350,6 +350,12 @@ int item_count( /* ./m_new.c */ +#undef new_menu_sp +MENU *new_menu_sp( + SCREEN *sp, + ITEM **items) + { return(*(MENU **)0); } + #undef new_menu MENU *new_menu( ITEM **items)