]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/conn.h
libnfs.a: move clnt_ping() to utils/mount
[nfs-utils.git] / support / include / conn.h
index f21c10e18a8ea83312946fc42b3e0f4d43e2a0bd..ee1b686a440f29d8b68c3bb095cd62e169da16a5 100644 (file)
@@ -28,10 +28,6 @@ typedef struct {
 static const struct timeval TIMEOUT = { 20, 0 };
 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 */