ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

log2lines.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.