diff options
author | neilbrown <neilbrown> | 2005-10-06 05:20:19 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-10-06 05:20:19 +0000 |
commit | f73e7b9f69835d483cee95e6a20b6307b9d16b77 (patch) | |
tree | 3c6f5f0c0677f0bc30018b9619ea32ffc9efebb9 /support/include | |
parent | b51ebed58a610b3104e9f218d609715cd468b0ea (diff) | |
download | nfs-utils-f73e7b9f69835d483cee95e6a20b6307b9d16b77.tar.gz nfs-utils-f73e7b9f69835d483cee95e6a20b6307b9d16b77.tar.xz nfs-utils-f73e7b9f69835d483cee95e6a20b6307b9d16b77.zip |
Assorted changes from Steve Dickson
Diffstat (limited to 'support/include')
-rw-r--r-- | support/include/nfslib.h | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |