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

revision.h
Go to the documentation of this file.
00001 /*
00002  * ReactOS log2lines
00003  * Written by Jan Roeloffzen
00004  *
00005  * - SVN interface and revision analysis
00006  */
00007 
00008 #pragma once
00009 
00010 #include <stdio.h>
00011 
00012 typedef struct revinfo_struct
00013 {
00014     int     rev; 
00015     int     buildrev;
00016     int     range;
00017     int     opt_verbose;
00018 } REVINFO, *PREVINFO;
00019 
00020 int getRevision(char *fileName, int lastChanged);
00021 int getTBRevision(char *fileName);
00022 void reportRevision(FILE *outFile);
00023 unsigned long findRev(FILE *finx, int *rev);
00024 int regscan(FILE *outFile);
00025 int updateSvnlog(void);
00026 
00027 /* EOF */

Generated on Sat May 26 2012 04:36:35 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.