diff options
Diffstat (limited to 'support/include/conn.h')
-rw-r--r-- | support/include/conn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/support/include/conn.h b/support/include/conn.h index 48f5a1c..ee1b686 100644 --- a/support/include/conn.h +++ b/support/include/conn.h @@ -28,8 +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 *); int get_socket(struct sockaddr_in *, u_int, int, int); #endif /* _CONN_H */ |