source: MondoRescue/trunk/mondo/mondo/mondorestore/mondo-rstr-compare.h@ 1

Last change on this file since 1 was 1, checked in by bcornec, 19 years ago

Initial import from latest mondo-2.04_cvs_20050503/mindi-1.04_cvs_20050503 on http://www.mondorescue.org

File size: 352 bytes
Line 
1/* mondo-rstr-compare.h
2 * $Id: mondo-rstr-compare.h,v 1.1 2004/06/10 15:29:13 hugo Exp $
3 */
4
5
6int compare_to_CD(struct s_bkpinfo*);
7int compare_to_cdstream(struct s_bkpinfo*);
8int compare_to_tape(struct s_bkpinfo*);
9
10int
11compare_mode( struct s_bkpinfo *bkpinfo ,
12 struct mountlist_itself *mountlist,
13 struct raidlist_itself *raidlist);
Note: See TracBrowser for help on using the repository browser.