Raise some WARNS in usr.bin.
[dragonfly.git] / contrib / ncurses-5.4 / test / edit_field.h
blob89198383dacc8119d8601a8d2ccf4fb67786ead9
1 /*
2 * $Id: edit_field.h,v 1.1 2003/04/26 22:54:50 tom Exp $
4 * Interface of edit_field.c
5 */
7 #ifndef EDIT_FORM_H_incl
8 #define EDIT_FORM_H_incl 1
10 #include <form.h>
12 #define EDIT_FIELD(c) (MAX_FORM_COMMAND + c)
14 extern void help_edit_field(void);
15 extern int edit_field(FORM * form, int *result);
17 #endif /* EDIT_FORM_H_incl */