X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconn.h;h=48f5a1c97a25006c9b8bfe0f13fb649a9e1943b1;hp=f21c10e18a8ea83312946fc42b3e0f4d43e2a0bd;hb=b6e4ddd10b3c67ef210e572dec956cb35ce96440;hpb=3eb619857b2f2fe896877c903a2c2eb28b632945 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 */