Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

rcsvers_temp1.hh

Go to the documentation of this file.
00001 
00002 
00003 #ifndef RCSVERS_HH
00004 #define RCSVERS_HH
00005 
00006 
00007 // Version Info
00008 #define RCS_VERSION "4.31"
00009 #define RCS_MAJOR_VERSION (__RCS_MAJOR_VERSION_SUBST_HERE__)
00010 #define RCS_MINOR_VERSION (__RCS_MINOR_VERSION_SUBST_HERE__)
00011 
00012 extern int rcs_version_printed;
00013 extern const int rcs_major_version_number;
00014 extern const int rcs_minor_version_number;
00015 extern const char *rcs_version_string;
00016 extern const char *rcs_version_info_string;
00017 extern int rcs_version_compare(const char *);
00018 extern void RCS_EXPORT print_rcs_version();
00019 extern "C" int rcsinfo();
00020 
00021 #endif

Generated on Sun Dec 2 15:56:51 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001