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

Last change on this file since 688 was 688, checked in by bcornec, 18 years ago

Huge memory management patch.
Still not finished but a lot as been done.
What remains is around some functions returning strings, and some structure members.
(Could not finish due to laptop failure !)

  • Property svn:keywords set to Id
File size: 298 bytes
Line 
1/*
2 * $Id: mondo-rstr-compare-EXT.h 688 2006-07-17 13:44:46Z bcornec $
3**/
4
5
6extern int compare_to_CD(struct s_bkpinfo *);
7extern int compare_to_cdstream(struct s_bkpinfo *);
8extern int compare_to_tape(struct s_bkpinfo *);
9extern int compare_mode(struct s_bkpinfo *bkpinfo,
10 struct mountlist_itself *mountlist,
11 struct raidlist_itself *raidlist);
Note: See TracBrowser for help on using the repository browser.