diff options
Diffstat (limited to 'lib/libforms/internal.h')
-rw-r--r-- | lib/libforms/internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libforms/internal.h b/lib/libforms/internal.h index 96b099c..f91b8395 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 *); |