]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/llib-lmenu
ncurses 5.9 - patch 20150523
[ncurses.git] / menu / llib-lmenu
index fc17cc364d42fd7917f671f836c6742d756db9fc..13ecaf8bdd79dc63c6cf01514faf83481a31c343 100644 (file)
@@ -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            *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
  ****************************************************************************/
 
 /****************************************************************************
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey        1996-2002,2005                          *
+ *  Author: Thomas E. Dickey        1996-2005,2010                          *
  ****************************************************************************/
 /* LINTLIBRARY */
 
 /* ./m_attribs.c */
 
  ****************************************************************************/
 /* LINTLIBRARY */
 
 /* ./m_attribs.c */
 
-#include "menu.priv.h"
+#include <menu.priv.h>
 
 #undef set_menu_fore
 int    set_menu_fore(
 
 #undef set_menu_fore
 int    set_menu_fore(
@@ -350,6 +350,12 @@ int        item_count(
 
 /* ./m_new.c */
 
 
 /* ./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)
 #undef new_menu
 MENU   *new_menu(
                ITEM    **items)