Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenrevision.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
1.7.6.1
|