From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/include/parse_input.H1 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/include/parse_input.H1 (limited to 'src/include/parse_input.H1') diff --git a/src/include/parse_input.H1 b/src/include/parse_input.H1 new file mode 100644 index 00000000..b837f89e --- /dev/null +++ b/src/include/parse_input.H1 @@ -0,0 +1,16 @@ +extern HyperLink * make_input_window(InputItem * item); +extern HyperLink * make_box_window(InputBox * box , int type); +extern void initialize_default(InputItem * item , char * buff); +extern void parse_inputstring(void); +extern void parse_simplebox(void); +extern void parse_radiobox(void); +extern void init_paste_item(InputItem * item); +extern void repaste_item(void); +extern InputItem * current_item(void); +extern int already_there(char * name); +extern void parse_radioboxes(void); +#ifdef _PARSE_INPUT_C +static void insert_item(InputItem * item); +static void add_box_to_rb_list(char * name , InputBox * box); +static int check_others(InputBox * list); +#endif -- cgit v1.2.3