source: MondoRescue/branches/2.2.5/mondo/src/common/libmondo-verify-EXT.h@ 1647

Last change on this file since 1647 was 1647, checked in by Bruno Cornec, 17 years ago

remove bkpinfo also from header files

  • Property svn:keywords set to Id
File size: 479 bytes
RevLine 
[1]1/* libmondo-verify-EXT.h */
2
3
[1647]4extern int verify_cd_image();
5extern int verify_a_tarball(char *);
6extern int verify_an_afioball_from_CD(char *);
7extern int verify_an_afioball_from_tape(char *,
[128]8 long long);
[1647]9extern int verify_a_biggiefile_from_tape(char *,
[128]10 long long);
[1647]11int verify_afioballs_from_CD();
12extern int verify_afioballs_from_tape();
13extern int verify_biggiefiles_from_tape();
14extern int verify_tape_backups();
15extern char *vfy_tball_fname(char *, int);
Note: See TracBrowser for help on using the repository browser.