From 9474c6318ad2effa3e80246d1012cb111e726bf0 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 12 Aug 1996 18:31:04 +0000 Subject: *** empty log message *** --- nfs/nfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nfs/nfs.h') diff --git a/nfs/nfs.h b/nfs/nfs.h index d9d01121..6a384afa 100644 --- a/nfs/nfs.h +++ b/nfs/nfs.h @@ -142,6 +142,9 @@ extern short nfs_port; portmapper. */ extern int nfs_port_override; +/* Which NFS protocol version we are using */ +extern int protocol_version; + /* Count how many four-byte chunks it takss to hold LEN bytes. */ #define INTSIZE(len) (((len)+3)>>2) -- cgit v1.2.3