graph.h

Go to the documentation of this file.
00001 #ifndef GRAPH_H
00002 #define GRAPH_H
00003 
00004 /***************/
00005 /* GROUP Ouput */
00006 /***************/
00007 
00008 extern int32 RE_PrintMappingCallee(FILE* f_OutputFile, uint32 i_Level, 
00009                             Mapping *p_Mapping);
00010 extern int32 RE_PrintGraphEntry(FILE *f_OutputFile, uint32 i_Level, 
00011                                  Callee *p_Entry);
00012 extern int32 RE_PrintGraph(FILE *f_OutputFile, LIST_Mapping *projectMapping);
00013 /*************/
00014 /* END GROUP */
00015 /*************/
00016 
00017 #endif

Generated on Tue Nov 29 20:13:16 2005 for REVENG by  doxygen 1.4.5