X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconn.h;h=f21c10e18a8ea83312946fc42b3e0f4d43e2a0bd;hp=11f16ab1be812a95d832ca8a9a743900e97b4b11;hb=3eb619857b2f2fe896877c903a2c2eb28b632945;hpb=7b763f58bb882caf4fbe44d9668237c4d3e77728 diff --git a/support/include/conn.h b/support/include/conn.h index 11f16ab..f21c10e 100644 --- a/support/include/conn.h +++ b/support/include/conn.h @@ -18,9 +18,6 @@ #include #include -#define MNT_SENDBUFSIZE ((u_int)2048) -#define MNT_RECVBUFSIZE ((u_int)1024) - typedef struct { char **hostname; struct sockaddr_in saddr; @@ -36,8 +33,6 @@ int clnt_ping(struct sockaddr_in *, const u_long, const u_long, const u_int, 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); -CLIENT * mnt_openclnt(clnt_addr_t *, int *); -void mnt_closeclnt(CLIENT *, int); #endif /* _CONN_H */