• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

lib/rpmversion.c

Go to the documentation of this file.
00001 
00005 #include "system.h"
00006 #include "rpmversion.h"
00007 #include "debug.h"
00008 
00009 /*@-shiftimplementation @*/
00010 uint32_t rpmlibVersion(void)
00011 {
00012     return (uint32_t)RPMLIB_VERSION;
00013 }
00014 
00015 uint32_t rpmlibTimestamp(void)
00016 {
00017     return (uint32_t)RPMLIB_TIMESTAMP;
00018 }
00019 
00020 uint32_t rpmlibVendor(void)
00021 {
00022     return (uint32_t)RPMLIB_VENDOR;
00023 }
00024 /*@=shiftimplementation @*/
00025 

Generated on Mon Nov 29 2010 05:18:45 for rpm by  doxygen 1.7.2