| drpm
    A library for making, reading and applying deltarpm packages | 
Tools for checking if the reconstruction is possible (like applydeltarpm { -c | -C }).  
More...
| Functions | |
| DRPM_VISIBLE int | drpm_check (const char *deltarpm, int checkmode) | 
| Checks if the reconstruction is possible based on DeltaRPM file. | |
| DRPM_VISIBLE int | drpm_check_sequence (const char *oldrpm, const char *sequence, int checkmode) | 
| Checks if the reconstruction is possible based on sequence ID. | |
Tools for checking if the reconstruction is possible (like applydeltarpm { -c | -C }). 
| DRPM_VISIBLE int drpm_check | ( | const char * | deltarpm, | 
| int | checkmode ) | 
Checks if the reconstruction is possible based on DeltaRPM file.
| [in] | deltarpm | Name of DeltaRPM file. | 
| [in] | checkmode | Full check or filesize changes only. | 
| DRPM_VISIBLE int drpm_check_sequence | ( | const char * | oldrpm, | 
| const char * | sequence, | ||
| int | checkmode ) | 
Checks if the reconstruction is possible based on sequence ID.
| [in] | oldrpm | Name of old RPM file (if NULL, filesystem data is used). | 
| [in] | sequence | Sequence ID of the DeltaRPM. | 
| [in] | checkmode | Full check or filesize changes only. |