source: MondoRescue/branches/2.2.9/mondo/src/mondorestore/mondo-rstr-compare.h@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
  • Property svn:eol-style set to native
File size: 257 bytes
Line 
1/* mondo-rstr-compare.h
2 * $Id: mondo-rstr-compare.h 1647 2007-09-24 01:24:45Z bruno $
3 */
4
5
6int compare_to_CD();
7int compare_to_cdstream();
8int compare_to_tape();
9
10int
11compare_mode(struct mountlist_itself *mountlist,
12 struct raidlist_itself *raidlist);
Note: See TracBrowser for help on using the repository browser.