00001 00008 /* {{{ Initial headers */ 00009 /* 00010 * $LastChangedDate: 2003-11-27 01:55:17 +0100 (Thu, 27 Nov 2003) $ 00011 * $LastChangedRevision: 5 $ 00012 * $LastChangedBy: ckruse $ 00013 * 00014 */ 00015 /* }}} */ 00016 00017 #ifndef __INITFINISH_H 00018 #define __INITFINISH_H 00019 00025 void make_forumtree(t_configuration *cfg,t_head *head); 00026 00037 void make_thread_tree(GdomeNode *posting_newdoc, GdomeNode *posting_index, GdomeNodeList *contents, t_thread *thread, t_posting *post, int level,int pos); 00038 00039 00046 void handle_header(t_posting *p,GdomeNode *n,u_int64_t tid); 00047 00051 void cleanup_forumtree(); 00052 00053 #endif 00054 00055 /* eof */
1.3.5