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
00044 void expandFilelist(Header h)
00045 ;
00046
00052 void buildOrigFileList(Header h, const char *** fileListPtr,
00053 int * fileCountPtr)
00054 ;
00055
00061 void providePackageNVR(Header h)
00062 ;
00063
00069 void legacyRetrofit(Header h, const struct rpmlead * lead)
00070 ;
00071
00072 #ifdef __cplusplus
00073 }
00074 #endif
00075
00076 #endif