Go to the documentation of this file.00001 #ifndef _H_PKGIO
00002 #define _H_PKGIO
00003
00009 #include <rpmpgp.h>
00010
00011 #ifdef __cplusplus
00012 extern "C" {
00013 #endif
00014
00028 rpmRC headerCheck(pgpDig dig, const void * uh, size_t uc,
00029 const char ** msg)
00030
00031 ;
00032
00039 size_t rpmpkgSizeof(const char * fn, const void * ptr)
00040 ;
00041
00050 rpmRC rpmpkgWrite(const char * fn, FD_t fd, void * ptr, const char ** msg)
00051
00052 ;
00053
00062 rpmRC rpmpkgRead(const char * fn, FD_t fd, void * ptr,
00063 const char ** msg)
00064
00065 ;
00066
00075 rpmRC rpmpkgCheck(const char * fn, FD_t fd, const void * ptr, const char ** msg)
00076
00077 ;
00078
00079 #ifdef __cplusplus
00080 }
00081 #endif
00082
00083 #endif