summaryrefslogtreecommitdiff
path: root/lib/libform/form_field_buffer.3
diff options
context:
space:
mode:
authorpeter <peter@NetBSD.org>2005-10-15 12:43:20 +0000
committerpeter <peter@NetBSD.org>2005-10-15 12:43:20 +0000
commit3d73a5fb3f02456b8a3ccb810da508c1a12e3b49 (patch)
tree141881a605049b6eab6c17b08aa37baba1cd8a9b /lib/libform/form_field_buffer.3
parentd1e6cc9002b832fd97843e9068c35c8388380965 (diff)
Add missing prototype for set_max_field() and bump date.
From xs at kittenz dot org in PR/18668.
Diffstat (limited to 'lib/libform/form_field_buffer.3')
-rw-r--r--lib/libform/form_field_buffer.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libform/form_field_buffer.3 b/lib/libform/form_field_buffer.3
index 6ba638b98f2..3cce908621c 100644
--- a/lib/libform/form_field_buffer.3
+++ b/lib/libform/form_field_buffer.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: form_field_buffer.3,v 1.11 2004/11/24 12:26:23 wiz Exp $
+.\" $NetBSD: form_field_buffer.3,v 1.12 2005/10/15 12:43:20 peter Exp $
.\"
.\" Copyright (c) 2001
.\" Brett Lymn - blymn@baea.com.au, brett_lymn@yahoo.com.au
@@ -29,7 +29,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd November 24, 2004
+.Dd October 15, 2005
.Dt FORMS 3
.Os
.Sh NAME
@@ -54,6 +54,8 @@
.Fn set_field_printf "FIELD *field" "int buffer" "char *fmt" "..."
.Ft int
.Fn set_field_status "FIELD *field" "int status"
+.Ft int
+.Fn set_max_field "FIELD *field" "int max"
.Sh DESCRIPTION
The
.Fn field_buffer