]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/edit_field.h
ncurses 5.4
[ncurses.git] / test / edit_field.h
diff --git a/test/edit_field.h b/test/edit_field.h
new file mode 100644 (file)
index 0000000..8919838
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * $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 */