aboutsummaryrefslogtreecommitdiff
path: root/src/include/input.H1
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/input.H1')
-rw-r--r--src/include/input.H111
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/input.H1 b/src/include/input.H1
new file mode 100644
index 00000000..99f79a35
--- /dev/null
+++ b/src/include/input.H1
@@ -0,0 +1,11 @@
+extern InputItem * return_item(char * name);
+extern void fill_box(Window w , ImageStruct * image);
+extern void toggle_input_box(HyperLink * link);
+extern void toggle_radio_box(HyperLink * link);
+extern void change_input_focus(HyperLink * link);
+extern void next_input_focus(void);
+extern void prev_input_focus(void);
+extern int delete_item(char * name);
+#ifdef _INPUT_C
+static void clear_rbs(InputBox * list);
+#endif