X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_userptr.3x.html;fp=doc%2Fhtml%2Fman%2Fmitem_userptr.3x.html;h=e3cd0a5af3bcd0e1b010f92ed051d8d2749ce094;hp=d2c6090e728aa57bd01daaaecc75ddcaf79c86f4;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d diff --git a/doc/html/man/mitem_userptr.3x.html b/doc/html/man/mitem_userptr.3x.html index d2c6090e..e3cd0a5a 100644 --- a/doc/html/man/mitem_userptr.3x.html +++ b/doc/html/man/mitem_userptr.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: mitem_userptr.3x,v 1.15 2020/03/28 19:06:28 tom Exp @ + * @Id: mitem_userptr.3x,v 1.17 2020/10/18 00:36:16 tom Exp @ --> @@ -54,8 +54,9 @@

SYNOPSIS

        #include <menu.h>
-       int set_item_userptr(ITEM *item, void *userptr);
-       void *item_userptr(const ITEM *item);
+
+       int set_item_userptr(ITEM *item, void *userptr);
+       void *item_userptr(const ITEM *item);
 
 
 

DESCRIPTION