rpm 4.9.90
rpmpkg.h
Go to the documentation of this file.
00001 #ifndef _RPMPKG_H
00002 #define _RPMPKG_H
00003 
00004 #include <rpm/rpmtypes.h>
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00023 rpmRC headerCheck(rpmts ts, const void * uh, size_t uc, char ** msg);
00024 
00033 rpmRC rpmReadHeader(rpmts ts, FD_t fd, Header *hdrp, char ** msg);
00034 
00043 rpmRC rpmReadPackageFile(rpmts ts, FD_t fd, const char * fn, Header * hdrp);
00044 
00045 #ifdef __cplusplus
00046 }
00047 #endif
00048 
00049 #endif /* _RPMPKG_H */