diff options
author | 1997-11-26 04:00:50 +0000 | |
---|---|---|
committer | 1997-11-26 04:00:50 +0000 | |
commit | 6cd90de493b49eff795fac736242c7fcd2362c99 (patch) | |
tree | a0b7f81919b2ae827554382517ac7b016d7abf0f /lib/libform/form_field.3 | |
parent | libmenu from ncurses 4.1. Post 4.1 patches to be applied in a separate commit. (diff) | |
download | wireguard-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.3')
-rw-r--r-- | lib/libform/form_field.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/form_field.3 b/lib/libform/form_field.3 index 9db3790ebd2..3e651a5a5d3 100644 --- a/lib/libform/form_field.3 +++ b/lib/libform/form_field.3 @@ -7,9 +7,9 @@ .br int set_form_fields(FORM *form, FIELD **fields); .br -FIELD **form_fields(FORM *form); +FIELD **form_fields(const FORM *form); .br -int field_count(FORM *form); +int field_count(const FORM *form); .br int move_field(FIELD *field, int frow, int fcol); .br |