X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Finclude%2Fconn.h;h=2b1f07d5b922c242b2cf7877b53bccb870173d9b;hp=ee1b686a440f29d8b68c3bb095cd62e169da16a5;hb=12e990f4b07172c693203ffd1e12d0518cacb9e6;hpb=56a4a153c8559efe6e090e99eaf190d530299de2 diff --git a/support/include/conn.h b/support/include/conn.h index ee1b686..2b1f07d 100644 --- a/support/include/conn.h +++ b/support/include/conn.h @@ -28,7 +28,5 @@ typedef struct { static const struct timeval TIMEOUT = { 20, 0 }; static const struct timeval RETRY_TIMEOUT = { 3, 0 }; -int get_socket(struct sockaddr_in *, u_int, int, int); - #endif /* _CONN_H */