discon-prototype-correction-20080718

LICENSE IPL10

correct prototype for disconnected afs
This commit is contained in:
Simon Wilkinson 2008-07-18 15:54:22 +00:00 committed by Derrick Brashear
parent 8009b045aa
commit 5bbdc3fb69

View File

@ -269,7 +269,7 @@ extern struct dcache *afs_UFSGetDSlot(register afs_int32 aslot,
extern int afs_WriteDCache(register struct dcache *adc, int atime);
extern int afs_wakeup(register struct vcache *avc);
extern int afs_InitCacheFile(char *afile, ino_t ainode);
extern int afs_DCacheHasAllChunks(struct vcache *avc);
extern int afs_DCacheMissingChunks(struct vcache *avc);
/* afs_disconnected.c */