]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/menu_userptr.3x.html
ncurses 4.2
[ncurses.git] / Ada95 / html / menu_userptr.3x.html
index 852015925042f61a491069502e3417e12843674a..68066579acd0f664068ade412f354c7559a40b49 100644 (file)
@@ -7,8 +7,8 @@
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
        <STRONG>#include</STRONG> <STRONG>&lt;menu.h&gt;</STRONG>
-       int set_menu_userptr(MENU *menu, const void *userptr);
-       const void *menu_userptr(const MENU *menu);
+       int set_menu_userptr(MENU *menu, void *userptr);
+       void *menu_userptr(const MENU *menu);
 
 
 </PRE>