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_just.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_just.3')
-rw-r--r-- | lib/libform/form_field_just.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libform/form_field_just.3 b/lib/libform/form_field_just.3 index dffc8143d2b..cbe2102b223 100644 --- a/lib/libform/form_field_just.3 +++ b/lib/libform/form_field_just.3 @@ -7,7 +7,7 @@ .br int set_field_just(FIELD *field, int justification); .br -int field_just(FIELD *field); +int field_just(const FIELD *field); .br .SH DESCRIPTION The function \fBset_field_just\fR sets the justification attribute of |