]> ncurses.scripts.mit.edu Git - ncurses.git/blob - test/edit_field.h
ncurses 5.4
[ncurses.git] / test / edit_field.h
1 /*
2  * $Id: edit_field.h,v 1.1 2003/04/26 22:54:50 tom Exp $
3  *
4  * Interface of edit_field.c
5  */
6
7 #ifndef EDIT_FORM_H_incl
8 #define EDIT_FORM_H_incl 1
9
10 #include <form.h>
11
12 #define EDIT_FIELD(c) (MAX_FORM_COMMAND + c)
13
14 extern void help_edit_field(void);
15 extern int edit_field(FORM * form, int *result);
16
17 #endif /* EDIT_FORM_H_incl */