rpm
5.2.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
lib
rpmversion.c
Go to the documentation of this file.
1
5
#include "
system.h
"
6
#include "
rpmiotypes.h
"
7
#include "
rpmversion.h
"
8
#include "
debug.h
"
9
10
/*@-shiftimplementation @*/
11
rpmuint32_t
rpmlibVersion
(
void
)
12
{
13
return
(
rpmuint32_t
)
RPMLIB_VERSION
;
14
}
15
16
rpmuint32_t
rpmlibTimestamp
(
void
)
17
{
18
return
(
rpmuint32_t
)
RPMLIB_TIMESTAMP
;
19
}
20
21
rpmuint32_t
rpmlibVendor
(
void
)
22
{
23
return
(
rpmuint32_t
)
RPMLIB_VENDOR
;
24
}
25
/*@=shiftimplementation @*/
26
Generated on Thu Sep 26 2013 19:13:37 for rpm by
1.8.3.1