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_data.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_data.3')
-rw-r--r-- | lib/libform/form_data.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/form_data.3 b/lib/libform/form_data.3 index 0aadfa78cf6..bf8a240467d 100644 --- a/lib/libform/form_data.3 +++ b/lib/libform/form_data.3 @@ -5,9 +5,9 @@ .SH SYNOPSIS \fB#include <form.h>\fR .br -bool data_ahead(FORM *form); +bool data_ahead(const FORM *form); .br -bool data_ahead(FORM *form); +bool data_behind(const FORM *form); .br .SH DESCRIPTION The function \fBdata_ahead\fR tests whether there is off-screen data |