Go to the documentation of this file.00001 #ifndef H_RPMDPKG
00002 #define H_RPMDPKG
00003
00009 #include "rpmevr.h"
00010
00013
00014
00015 extern int _rpmdpkg_debug;
00016
00017
00018 #ifdef __cplusplus
00019 extern "C" {
00020 #endif
00021
00028 int dpkgEVRcmp( const char *a, const char *b)
00029 ;
00030
00037 int dpkgEVRparse(const char * evrstr, EVR_t evr)
00038 ;
00039
00046 int dpkgEVRcompare(const EVR_t a, const EVR_t b)
00047 ;
00048
00049 #ifdef __cplusplus
00050 }
00051 #endif
00052
00053 #endif