Mailing List Archive

r1536 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2007-06-24 11:29:21 +0200 (Sun, 24 Jun 2007)
New Revision: 1536

Modified:
trunk/varnish-cache/bin/varnishd/common.h
Log:
remove unnecessary struct tcp_addr forward decl.


Modified: trunk/varnish-cache/bin/varnishd/common.h
===================================================================
--- trunk/varnish-cache/bin/varnishd/common.h 2007-06-24 09:27:18 UTC (rev 1535)
+++ trunk/varnish-cache/bin/varnishd/common.h 2007-06-24 09:29:21 UTC (rev 1536)
@@ -41,8 +41,6 @@
#define TCP_ADDRBUFSIZE 64
#define TCP_PORTBUFSIZE 16

-struct tcp_addr;
-
void TCP_name(struct sockaddr *addr, unsigned l, char *abuf, unsigned alen, char *pbuf, unsigned plen);
void TCP_myname(int sock, char *abuf, unsigned alen, char *pbuf, unsigned plen);
int TCP_filter_http(int sock);