00001 #ifndef H_LEGACY
00002 #define H_LEGACY
00003
00011
00012
00013 extern int _noDirTokens;
00014
00015
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019
00028 int domd5(const char * fn, unsigned char * digest, int asAscii,
00029 size_t *fsizep)
00030
00031 ;
00032
00037 void compressFilelist(Header h)
00038 ;
00039
00057 void rpmfiBuildFNames(Header h, rpmTag tagN,
00058 const char *** fnp, int * fcp)
00059 ;
00060
00065 void expandFilelist(Header h)
00066 ;
00067
00073 void providePackageNVR(Header h)
00074 ;
00075
00081 void legacyRetrofit(Header h, const struct rpmlead * lead)
00082 ;
00083
00084 #ifdef __cplusplus
00085 }
00086 #endif
00087
00088 #endif