X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnetwork.h;fp=utils%2Fmount%2Fnetwork.h;h=da095e3c49f1e965354ba44cc56636235d2896b1;hp=2cdf02ea971ee12bdddf11b12d3819fa92acdc99;hb=1f3fae1fb25168aac187ff1881738c8ad53a8763;hpb=9889b48572e672f4535ca9dafd98d81146b7b834 diff --git a/utils/mount/network.h b/utils/mount/network.h index 2cdf02e..da095e3 100644 --- a/utils/mount/network.h +++ b/utils/mount/network.h @@ -58,6 +58,8 @@ int clnt_ping(struct sockaddr_in *, const unsigned long, struct mount_options; +int nfs_nfs_proto_family(struct mount_options *options, sa_family_t *family); +int nfs_mount_proto_family(struct mount_options *options, sa_family_t *family); int nfs_nfs_version(struct mount_options *options, unsigned long *version); int nfs_nfs_protocol(struct mount_options *options, unsigned long *protocol);