source: MondoRescue/branches/2.04_berlios/mondo/mondo/mondorestore/mondo-rstr-compare.h@ 2708

Last change on this file since 2708 was 2708, checked in by Bruno Cornec, 13 years ago

r4184@localhost: bruno | 2011-01-27 15:52:51 +0100

  • Adds support for hpsa driver (new HP Smart Array driver)
  • Property svn:keywords set to Id
File size: 294 bytes
RevLine 
[1]1/* mondo-rstr-compare.h
[2708]2 * $Id: mondo-rstr-compare.h 2708 2011-01-27 18:31:44Z bruno $
[1]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.