Show
Ignore:
Timestamp:
01/13/10 11:58:23 (8 months ago)
Author:
phk
Message:

Add TCP_hisname() function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/include/libvarnish.h

    r4428 r4449  
    6262 
    6363void TCP_myname(int sock, char *abuf, unsigned alen, char *pbuf, unsigned plen); 
     64void TCP_hisname(int sock, char *abuf, unsigned alen, char *pbuf, unsigned plen); 
    6465int TCP_filter_http(int sock); 
    6566void TCP_blocking(int sock);