rpm
5.2.1
|
00001 #ifndef H_RPMDPKG 00002 #define H_RPMDPKG 00003 00009 #include "rpmevr.h" 00010 00013 /*@-exportlocal@*/ 00014 /*@unchecked@*/ 00015 extern int _rpmdpkg_debug; 00016 /*@=exportlocal@*/ 00017 00018 #ifdef __cplusplus 00019 extern "C" { 00020 #endif 00021 00028 int dpkgEVRcmp(/*@null@*/ const char *a, /*@null@*/ const char *b) 00029 /*@*/; 00030 00037 int dpkgEVRparse(const char * evrstr, EVR_t evr) 00038 /*@modifies evrstr, evr @*/; 00039 00046 int dpkgEVRcompare(const EVR_t a, const EVR_t b) 00047 /*@*/; 00048 00049 #ifdef __cplusplus 00050 } 00051 #endif 00052 00053 #endif /* H_RPMDPKG */