X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fform_field_userptr.3x.html;h=dc61c29c324211dcf5f462bc0a3a1aea9e1f66ed;hp=e8bb557f65d68d543259915b4ed68a48d8e2b295;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c;ds=sidebyside diff --git a/Ada95/html/form_field_userptr.3x.html b/Ada95/html/form_field_userptr.3x.html index e8bb557f..dc61c29c 100644 --- a/Ada95/html/form_field_userptr.3x.html +++ b/Ada95/html/form_field_userptr.3x.html @@ -8,8 +8,8 @@

SYNOPSIS

        #include <form.h>
-       int set_field_userptr(FIELD *field, const void*userptr);
-       const void *field_userptr(const FIELD *field);
+       int set_field_userptr(FIELD *field, void*userptr);
+       void *field_userptr(const FIELD *field);