X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fmitem_new.3x.html;h=be9151ba70d68693694c9387d27e4bc3011d78ab;hp=6fb45e5888aa68593ddba0b8bb85f7dcea8ecbd8;hb=42259b594b5dabd37fe2bc294051d2db82e873a2;hpb=3e91848cbe3dad23fdb60962fa9b678592591c34 diff --git a/doc/html/man/mitem_new.3x.html b/doc/html/man/mitem_new.3x.html index 6fb45e58..be9151ba 100644 --- a/doc/html/man/mitem_new.3x.html +++ b/doc/html/man/mitem_new.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: mitem_new.3x,v 1.17 2020/03/28 19:06:28 tom Exp @ + * @Id: mitem_new.3x,v 1.19 2020/10/18 00:37:03 tom Exp @ --> @@ -53,8 +53,9 @@

SYNOPSIS

        #include <menu.h>
-       ITEM *new_item(const char *name, const char *description);
-       int free_item(ITEM *item);
+
+       ITEM *new_item(const char *name, const char *description);
+       int free_item(ITEM *item);
 
 
 

DESCRIPTION