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_aux.H1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/include/parse_aux.H1 (limited to 'src/include/parse_aux.H1') diff --git a/src/include/parse_aux.H1 b/src/include/parse_aux.H1 new file mode 100644 index 00000000..4de9b249 --- /dev/null +++ b/src/include/parse_aux.H1 @@ -0,0 +1,18 @@ +extern void add_dependencies(void ); +extern FILE * find_fp(FilePosition fp); +extern char * get_input_string(void ); +extern HyperLink * make_link_window(TextNode * link_node , int type , int isSubWin); +extern HyperLink * make_paste_window(PasteNode * paste); +extern void make_special_pages(HashTable * pageHashTable); +extern int window_code(Window * w , int size); +extern int window_equal(Window * w1 , Window * w2); +extern char * window_id(Window w); +extern void read_ht_db(HashTable * page_hash , HashTable * macro_hash , HashTable * patch_hash); +extern int get_filename(void); +extern int is_number(char * str); +extern void parser_error(char * str); +extern int get_where(void); +#ifdef _PARSE_AUX_C +static void read_ht_file(HashTable * page_hash , HashTable * macro_hash , HashTable * patch_hash , FILE * db_fp , char * db_file); +static HyperDocPage * make_special_page(int type , char * name); +#endif -- cgit v1.2.3