X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnetwork.h;h=7eb89b049360d7898827294c41a467915e7b3b3e;hp=db5134c2fcc8edb1e5bde5f7226766df353b1082;hb=2f61f62ac777cc03e30513f6fd3699f9e2f04e27;hpb=c27bf85f0bd41015352468f35dfbf0d431d1e4c5 diff --git a/utils/mount/network.h b/utils/mount/network.h index db5134c..7eb89b0 100644 --- a/utils/mount/network.h +++ b/utils/mount/network.h @@ -56,6 +56,9 @@ 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 *);