From f73e7b9f69835d483cee95e6a20b6307b9d16b77 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Thu, 6 Oct 2005 05:20:19 +0000 Subject: Assorted changes from Steve Dickson --- support/include/nfslib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/include') diff --git a/support/include/nfslib.h b/support/include/nfslib.h index 2fbd0f5..a1932a5 100644 --- a/support/include/nfslib.h +++ b/support/include/nfslib.h @@ -137,6 +137,8 @@ int qword_get_int(char **bpp, int *anint); void cache_flush(int force); int check_new_cache(void); +void closeall(int min); + /* lockd. */ int lockdsvc(); -- cgit