git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3f11790
)
disconn-prototypes-20080926
author
Simon Wilkinson
<sxw@inf.ed.ac.uk>
Fri, 26 Sep 2008 09:23:48 +0000 (09:23 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Fri, 26 Sep 2008 09:23:48 +0000 (09:23 +0000)
LICENSE IPL10
add a prototype we need for disconnected
src/dir/dir.h
patch
|
blob
|
history
diff --git
a/src/dir/dir.h
b/src/dir/dir.h
index
8b1a618
..
238c670
100644
(file)
--- 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