summaryrefslogtreecommitdiffstats
path: root/lib/libform/form_field_buffer.3
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-11-26 04:00:50 +0000
committermillert <millert@openbsd.org>1997-11-26 04:00:50 +0000
commit6cd90de493b49eff795fac736242c7fcd2362c99 (patch)
treea0b7f81919b2ae827554382517ac7b016d7abf0f /lib/libform/form_field_buffer.3
parentlibmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. (diff)
downloadwireguard-openbsd-6cd90de493b49eff795fac736242c7fcd2362c99.tar.xz
wireguard-openbsd-6cd90de493b49eff795fac736242c7fcd2362c99.zip
libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.
Diffstat (limited to 'lib/libform/form_field_buffer.3')
-rw-r--r--lib/libform/form_field_buffer.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libform/form_field_buffer.3 b/lib/libform/form_field_buffer.3
index 61c5047bc6b..d1a32aaa11c 100644
--- a/lib/libform/form_field_buffer.3
+++ b/lib/libform/form_field_buffer.3
@@ -5,13 +5,13 @@
.SH SYNOPSIS
\fB#include <form.h>\fR
.br
-int set_field_buffer(FIELD *field, int buf, char *value);
+int set_field_buffer(FIELD *field, int buf, const char *value);
.br
-char *field_buffer(FIELD *field, int buffer);
+char *field_buffer(const FIELD *field, int buffer);
.br
-int set_field_status(FIELD *field, int status);
+int set_field_status(FIELD *field, bool status);
.br
-int field_status(FIELD *field);
+bool field_status(const FIELD *field);
.br
int set_max_field(FIELD *field, int max);
.br