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_info.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_info.3')
-rw-r--r-- | lib/libform/form_field_info.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/form_field_info.3 b/lib/libform/form_field_info.3 index c01a796421e..aca06fb7862 100644 --- a/lib/libform/form_field_info.3 +++ b/lib/libform/form_field_info.3 @@ -5,10 +5,10 @@ .SH SYNOPSIS \fB#include <form.h>\fR .br -int field_info(FIELD *field, int *rows, int *cols, +int field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf); .br -int dynamic_field_info(FIELD *field, int *rows, int *cols, *max); +int dynamic_field_info(const FIELD *field, int *rows, int *cols, *max); .br .SH DESCRIPTION The function \fBfield_info\fR returns the sizes and other attributes passed in |