5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
9 * -date------ -name------------------- -description-----------------------------
10 * 02-jan-2008 [Tomasz Wiszkowski] added disk check option for broken disks
23 ERR_CHECKSUM
, // block errors
24 ERR_MISSING_BITMAP_BLOCKS
,
29 ERR_BLOCK_OUTSIDE_RANGE
,
30 ERR_DATA_LOSS_POSSIBLE
,
35 void showText(struct AFSBase
*, char *, ...);
36 LONG
showError(struct AFSBase
*, ULONG
, ...);
37 LONG
showRetriableError(struct AFSBase
*, TEXT
*, ...);