]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/llib-lmenu
ncurses 6.2 - patch 20200328
[ncurses.git] / menu / llib-lmenu
index fc17cc364d42fd7917f671f836c6742d756db9fc..7a5a41b9a72cf0ccfcd8bd6caccf028853fddd6c 100644 (file)
@@ -1,5 +1,6 @@
 /****************************************************************************
- * Copyright (c) 1999-2002,2005 Free Software Foundation, Inc.              *
+ * Copyright 2020 Thomas E. Dickey                                          *
+ * Copyright 1998-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            *
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey        1996-2002,2005                          *
+ *  Author: Thomas E. Dickey       1996-on                                  *
  ****************************************************************************/
 /* LINTLIBRARY */
 
 /* ./m_attribs.c */
 
-#include "menu.priv.h"
+#include <menu.priv.h>
 
 #undef set_menu_fore
 int    set_menu_fore(
@@ -350,6 +351,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)