diff options
| author | Paul Richards <paul@FreeBSD.org> | 1995-02-01 04:06:37 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1995-02-01 04:06:37 +0000 |
| commit | 8c490a36b0eeefea117b6b5397d17b832d64b549 (patch) | |
| tree | 576ca2890714ba0aff9ce46fa51c6d9c6eaaeba4 /lib/libforms/internal.h | |
| parent | 463e33c94b9b59ed7def0ead63c73742e4e1dd09 (diff) | |
Notes
Diffstat (limited to 'lib/libforms/internal.h')
| -rw-r--r-- | lib/libforms/internal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libforms/internal.h b/lib/libforms/internal.h index b7bdb1e04ebd..6895de2f769e 100644 --- a/lib/libforms/internal.h +++ b/lib/libforms/internal.h @@ -34,6 +34,5 @@ static void disp_input(struct form *, int); static void field_menu(struct form *); static void field_input(struct form *); static void field_action(struct form *); -static int print_string(WINDOW *, int, int, int, char *); -static void print_status(char *); +static int print_string(WINDOW *, int, int, int, int, char *); static int next_field(struct form *form, int); |
