Remove two unused struct decls
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Apr 2010 08:52:00 +0000 (10:52 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 22 Apr 2010 08:52:00 +0000 (10:52 +0200)
src/connection.h

index 7722b3d..3fd40ed 100644 (file)
@@ -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);