From a01987178252a9582a197050c52b2b93329e6d06 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 26 Sep 2008 09:24:00 +0000 Subject: [PATCH] DEVEL15-disconn-prototypes-20080926 LICENSE IPL10 add a prototype we need for disconnected (cherry picked from commit 3853c326155d58613bb1711a10123ac88acce002) --- src/dir/dir.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/dir/dir.h b/src/dir/dir.h index 8b1a61852..238c67064 100644 --- a/src/dir/dir.h +++ b/src/dir/dir.h @@ -131,6 +131,10 @@ extern int afs_dir_EnumerateDir(void *dir, afs_int32 unique), void *hook); extern int afs_dir_IsEmpty(void *dir); +#ifdef AFS_DISCON_ENV +extern int afs_dir_ChangeFid(void *dir, char *entry, afs_uint32 *old_fid, + afs_uint32 *new_fid); +#endif extern struct DirEntry *afs_dir_GetBlob(void *dir, afs_int32 blobno); #endif -- 2.39.5