Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlog2lines.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #include <stdio.h> 00004 #include <rsym.h> 00005 00006 #include "config.h" 00007 #include "revision.h" 00008 #include "stat.h" 00009 #include "list.h" 00010 00011 00012 struct lineinfo_struct 00013 { 00014 int valid; 00015 char file1[LINESIZE]; 00016 char func1[NAMESIZE]; 00017 int nr1; 00018 char file2[LINESIZE]; 00019 char func2[NAMESIZE]; 00020 int nr2; 00021 }; 00022 00023 typedef struct lineinfo_struct LINEINFO; 00024 00025 extern SUMM summ; 00026 extern REVINFO revinfo; 00027 extern LIST cache; 00028 extern FILE *logFile; 00029 extern LINEINFO lastLine; 00030 extern LIST sources; 00031 00032 /* EOF */ Generated on Fri May 25 2012 04:36:09 for ReactOS by
1.7.6.1
|