summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2007-07-28 17:50:35 -0400
committerNeil Brown <neilb@suse.de>2007-07-30 16:12:53 +1000
commitb6e4ddd10b3c67ef210e572dec956cb35ce96440 (patch)
treeb3e64f11e9aa89eeca054c5087b3575cf6304d16 /support/include
parent3eb619857b2f2fe896877c903a2c2eb28b632945 (diff)
downloadnfs-utils-b6e4ddd10b3c67ef210e572dec956cb35ce96440.tar.gz
nfs-utils-b6e4ddd10b3c67ef210e572dec956cb35ce96440.tar.xz
nfs-utils-b6e4ddd10b3c67ef210e572dec956cb35ce96440.zip
libnfs.a: move more mount-only functions out of libnfs.a
Continue clean-up with nfsvers_to_mnt() and mntvers_to_nfs(). Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'support/include')
-rw-r--r--support/include/conn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/support/include/conn.h b/support/include/conn.h
index f21c10e..48f5a1c 100644
--- a/support/include/conn.h
+++ b/support/include/conn.h
@@ -30,8 +30,6 @@ static const struct timeval RETRY_TIMEOUT = { 3, 0 };
int clnt_ping(struct sockaddr_in *, const u_long, const u_long, const u_int,
struct sockaddr_in *);
-u_long nfsvers_to_mnt(const u_long);
-u_long mntvers_to_nfs(const u_long);
int get_socket(struct sockaddr_in *, u_int, int, int);
#endif /* _CONN_H */