]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_field_userptr.3x
ncurses 6.2 - patch 20201212
[ncurses.git] / man / form_field_userptr.3x
index 862943a55b34b948d021e055d94616b30502b78b..5d3ab1444c357d90717b288d94292b3c2add5c88 100644 (file)
@@ -28,7 +28,7 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_field_userptr.3x,v 1.15 2020/10/17 23:07:03 tom Exp $
+.\" $Id: form_field_userptr.3x,v 1.16 2020/10/24 09:06:33 tom Exp $
 .TH form_field_userptr 3X ""
 .SH NAME
 \fBset_field_userptr\fR,
@@ -36,9 +36,9 @@
 .SH SYNOPSIS
 \fB#include <form.h>\fR
 .sp
-int set_field_userptr(FIELD *field, void*userptr);
+\fBint set_field_userptr(FIELD *\fP\fIfield\fP\fB, void *\fP\fIuserptr\fP\fB);\fP
 .br
-void *field_userptr(const FIELD *field);
+\fBvoid *field_userptr(const FIELD *\fP\fIfield\fP\fB);\fP
 .SH DESCRIPTION
 Every form field has a field that can be used to hold application-specific data
 (that is, the form-driver code leaves it alone).