X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=Ada95%2Fhtml%2Fform_userptr.3x.html;fp=Ada95%2Fhtml%2Fform_userptr.3x.html;h=5eac8966c799ed130fbdc40ea9fe886e6546b2c3;hb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;hp=3dda58e69a02240c62f49d7b32660e548ec83663;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c;p=ncurses.git diff --git a/Ada95/html/form_userptr.3x.html b/Ada95/html/form_userptr.3x.html index 3dda58e6..5eac8966 100644 --- a/Ada95/html/form_userptr.3x.html +++ b/Ada95/html/form_userptr.3x.html @@ -7,8 +7,8 @@

SYNOPSIS

        #include <form.h>
-       int set_form_userptr(FORM *form, const void *userptr);
-       const void* form_userptr(const FORM *form);
+       int set_form_userptr(FORM *form, void *userptr);
+       void* form_userptr(const FORM *form);