diff options
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r-- | nfs/nfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -191,3 +191,4 @@ int *recache_handle (int *, struct node *); void enter_lookup_cache (char *, size_t, struct node *, char *); void purge_lookup_cache (struct node *, char *, size_t); struct node *check_lookup_cache (struct node *, char *); +void purge_lookup_cache_node (struct node *); |