From 1c67a70709df397461183b77b724a6e9a4d20eca Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Fri, 25 Apr 2003 16:54:48 +0000 Subject: [PATCH] proto-20030425 add missing prototype for ClearHostCallbacks_r() --- src/viced/callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/viced/callback.c b/src/viced/callback.c index 11348a197..441d087c4 100644 --- a/src/viced/callback.c +++ b/src/viced/callback.c @@ -295,6 +295,7 @@ static int MultiBreakVolumeCallBack(struct host *host, int isheld, struct VCBPar static int MultiBreakVolumeLaterCallBack(struct host *host, int isheld, struct VCBParams *parms); static int lih_r(register struct host *host, register int held, register struct host *hostp); static int GetSomeSpace_r(struct host *hostp, int locked); +static int ClearHostCallbacks_r(struct host *hp, int locked); #define GetCB() ((struct CallBack *)iGetCB(&cbstuff.nCBs)) #define GetFE() ((struct FileEntry *)iGetFE(&cbstuff.nFEs)) -- 2.39.5