]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/network.h
mount.nfs: Add new API for getting protocol family from netids
[nfs-utils.git] / utils / mount / network.h
index 2cdf02ea971ee12bdddf11b12d3819fa92acdc99..da095e3c49f1e965354ba44cc56636235d2896b1 100644 (file)
@@ -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);