X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fllib-lmenuw;h=73bfa55e55a6f8cba7c7a1c79300ce17fa811202;hp=d21fb9488499c072253ffaedb586ebd4479426e6;hb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3;hpb=55ccd2b959766810cf7db8d1c4462f338ce0afc8 diff --git a/menu/llib-lmenuw b/menu/llib-lmenuw index d21fb948..73bfa55e 100644 --- a/menu/llib-lmenuw +++ b/menu/llib-lmenuw @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2002,2005 Free Software Foundation, Inc. * + * Copyright (c) 2002-2010,2015 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 2002,2005 * + * Author: Thomas E. Dickey 2002-on * ****************************************************************************/ /* LINTLIBRARY */ /* ./m_attribs.c */ -#include "menu.priv.h" +#include #undef set_menu_fore int set_menu_fore( @@ -237,8 +237,6 @@ const char *item_description( /* ./m_item_new.c */ -#include - #undef new_item ITEM *new_item( const char *name, @@ -352,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)