From 5bbdc3fb6904825f75ebdb1f2a17ed0ee6aefcfe Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 18 Jul 2008 15:54:22 +0000 Subject: [PATCH] discon-prototype-correction-20080718 LICENSE IPL10 correct prototype for disconnected afs --- src/afs/afs_prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index ed9116caa6..b364ee3858 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -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 */