windows-more-misc-fixes-20061005
[openafs.git] / src / WINNT / afsd / cm_scache.h
index 6e034ae..fb6599a 100644 (file)
@@ -242,7 +242,7 @@ typedef struct cm_scache {
                        (CM_SCACHEFLAG_WATCHED | CM_SCACHEFLAG_WATCHEDSUBTREE)
 
 #define CM_SCACHEFLAG_EACCESS           0x200000 /* Bulk Stat returned EACCES */
-#define CM_SCACHEFLAG_RECYCLING                0x400000
+#define CM_SCACHEFLAG_SMB_FID          0x400000
 
 /* sync flags for calls to the server.  The CM_SCACHEFLAG_FETCHING,
  * CM_SCACHEFLAG_STORING and CM_SCACHEFLAG_SIZESTORING flags correspond to the
@@ -353,4 +353,5 @@ extern long cm_ShutdownSCache(void);
 
 extern long cm_RecycleSCache(cm_scache_t *scp, afs_int32 flags);
 
+extern void cm_RemoveSCacheFromHashTable(cm_scache_t *scp);
 #endif /*  __CM_SCACHE_H_ENV__ */