From 9e6949d69fc59f1d36604973b8dbed16aa36b1f4 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 30 Apr 2008 14:16:35 -0700 Subject: [PATCH] Drop prototype for function that does not exist. --- include/rconn.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rconn.h b/include/rconn.h index 4049e745..064be01a 100644 --- a/include/rconn.h +++ b/include/rconn.h @@ -62,7 +62,6 @@ void rconn_run_wait(struct rconn *); struct buffer *rconn_recv(struct rconn *); void rconn_recv_wait(struct rconn *); int rconn_send(struct rconn *, struct buffer *); -void rconn_send_wait(struct rconn *); const char *rconn_get_name(const struct rconn *); bool rconn_is_alive(const struct rconn *); -- 2.30.2