]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/network.h
Introducing the parsing of both 'defaultvers' and 'defaultproto'
[nfs-utils.git] / utils / mount / network.h
index 402e0a50c9977cde5e7b4b7e28296b1451645875..7eb89b049360d7898827294c41a467915e7b3b3e 100644 (file)
@@ -57,6 +57,8 @@ int clnt_ping(struct sockaddr_in *, const unsigned long,
 struct mount_options;
 
 int nfs_nfs_version(struct mount_options *options, unsigned long *version);
+int  nfs_nfs_protocol(struct mount_options *options, unsigned long *protocol);
+
 int nfs_options2pmap(struct mount_options *,
                      struct pmap *, struct pmap *);