summaryrefslogtreecommitdiff
path: root/lib/libforms/internal.h
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1995-03-26 07:44:33 +0000
committerPaul Richards <paul@FreeBSD.org>1995-03-26 07:44:33 +0000
commit62773adf71f81f85a396213412e55bec1f9c7186 (patch)
tree74529f2af39672789431bf89b4541f799c86b669 /lib/libforms/internal.h
parentbdb44d5fb6c056c07dc2ad478bb50b3756349a8a (diff)
Notes
Diffstat (limited to 'lib/libforms/internal.h')
-rw-r--r--lib/libforms/internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libforms/internal.h b/lib/libforms/internal.h
index 96b099c323ca..f91b83956d15 100644
--- a/lib/libforms/internal.h
+++ b/lib/libforms/internal.h
@@ -58,8 +58,9 @@ unsigned int do_key_bind(struct Form *, unsigned int);
int do_action(struct Form *);
int do_menu(struct Form *);
int do_input(struct Form *);
-int init_field(struct Field *);
-
+int init_field(char *, void *, void *);
+int calc_string_width(char *);
+void calc_field_height(struct Field *, char *);
#ifdef not
static void show_form(struct form *);