ncursesw-morphos/test/edit_field.h
Thomas E. Dickey a8987e73ec ncurses 5.4
2004-02-08 21:15:26 -05:00

18 lines
330 B
C

/*
* $Id: edit_field.h,v 1.1 2003/04/26 22:54:50 tom Exp $
*
* Interface of edit_field.c
*/
#ifndef EDIT_FORM_H_incl
#define EDIT_FORM_H_incl 1
#include <form.h>
#define EDIT_FIELD(c) (MAX_FORM_COMMAND + c)
extern void help_edit_field(void);
extern int edit_field(FORM * form, int *result);
#endif /* EDIT_FORM_H_incl */