diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 04:01:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 04:01:29 +0000 |
commit | cd15e61d557c4704743905eae7b88ae927cf0394 (patch) | |
tree | 24ae93cd3ef24948fe6cc4049d94433f3ed28919 /lib/libform/form_field.3 | |
parent | 65d9e3fdab3ed1511a98387720e59db078fc3d46 (diff) |
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 |