From: Adam Dickmeiss Date: Thu, 22 Apr 2010 08:52:00 +0000 (+0200) Subject: Remove two unused struct decls X-Git-Tag: v1.4.0~25 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=aa698bfd22b2ead2ee2c73b330806f7f7c161bfb;p=pazpar2-moved-to-github.git Remove two unused struct decls --- diff --git a/src/connection.h b/src/connection.h index 7722b3d..3fd40ed 100644 --- a/src/connection.h +++ b/src/connection.h @@ -27,10 +27,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "eventl.h" -struct client; struct connection; struct host; -struct session; void connect_resolver_host(struct host *host, iochan_man_t iochan); ZOOM_connection connection_get_link(struct connection *co);