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

rcsvers.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.39"
00009 #define RCS_MAJOR_VERSION (4)
00010 #define RCS_MINOR_VERSION (39)
00011 
00012 extern int rcs_version_printed;
00013 extern const int rcs_major_version_number;
00014 extern const int rcs_minor_version_number;
00015 #ifndef darwin
00016 extern const char *rcs_version_string;
00017 extern const char *rcs_version_info_string;
00018 #endif
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022 extern int rcs_version_compare(const char *);
00023 extern void print_rcs_version(void);
00024 extern int rcsinfo(void);
00025 #ifdef __cplusplus
00026 }
00027 #endif
00028 
00029 
00030 
00031 #endif

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