Remove BreakVolumeCallBacks prototype

BreakVolumeCallBacks was a dead function that was removed from viced.
Remove the prototype for it.

Change-Id: I12a4d69719163d3e7be7dcae6f39df17b245c807
Reviewed-on: http://gerrit.openafs.org/1628
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Andrew Deason 2010-03-23 14:27:28 -05:00 committed by Derrick Brashear
parent 6448d4edc8
commit 368e07f736

View File

@ -20,7 +20,6 @@ extern afs_int32 BlocksSpare;
extern afs_int32 PctSpare;
/* callback.c */
extern int BreakVolumeCallBacks(afs_uint32);
extern int InitCallBack(int);
extern int BreakLaterCallBacks(void);
extern int BreakVolumeCallBacksLater(afs_uint32);