|
Last change
on this file since 1547 was 128, checked in by bcornec, 20 years ago |
|
indent on all the C code
|
-
Property svn:keywords
set to
Id
|
|
File size:
287 bytes
|
| Line | |
|---|
| 1 | /* mondo-rstr-compare.h
|
|---|
| 2 | * $Id: mondo-rstr-compare.h 128 2005-11-19 01:27:41Z bcornec $
|
|---|
| 3 | */
|
|---|
| 4 |
|
|---|
| 5 |
|
|---|
| 6 | int compare_to_CD(struct s_bkpinfo *);
|
|---|
| 7 | int compare_to_cdstream(struct s_bkpinfo *);
|
|---|
| 8 | int compare_to_tape(struct s_bkpinfo *);
|
|---|
| 9 |
|
|---|
| 10 | int
|
|---|
| 11 | compare_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.