proto-20030425
authorJim Rees <rees@umich.edu>
Fri, 25 Apr 2003 16:54:48 +0000 (16:54 +0000)
committerJim Rees <rees@umich.edu>
Fri, 25 Apr 2003 16:54:48 +0000 (16:54 +0000)
add missing prototype for ClearHostCallbacks_r()

src/viced/callback.c

index 11348a1..441d087 100644 (file)
@@ -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))