Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

lib/rpmdpkg.h

Go to the documentation of this file.
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(const char *a, 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 */

Generated on Sun Nov 24 23:19:42 2013 for rpm by  doxygen 1.4.4