X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform_field_userptr.3x;h=e6becce697c91f33daaed4ace5aa2fd813db3f21;hp=f2d7bd9d978e4294e62019ae00d4bc62ae56cdd3;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c diff --git a/man/form_field_userptr.3x b/man/form_field_userptr.3x index f2d7bd9d..e6becce6 100644 --- a/man/form_field_userptr.3x +++ b/man/form_field_userptr.3x @@ -5,9 +5,9 @@ .SH SYNOPSIS \fB#include \fR .br -int set_field_userptr(FIELD *field, const void*userptr); +int set_field_userptr(FIELD *field, void*userptr); .br -const void *field_userptr(const FIELD *field); +void *field_userptr(const FIELD *field); .br .SH DESCRIPTION Every form field has a field that can be used to hold application-specific data