X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jbsockets.h;h=f19968c833ab249fbe489683e470f3fe17995ff2;hp=ac982ed56ada02f1b2b85c75fe0c0dd2fabb4310;hb=ae931e26de71fe1d1bd124ed66e98dbd3f11deaf;hpb=e72b401da5537a14b29e945944926373cb251825 diff --git a/jbsockets.h b/jbsockets.h index ac982ed5..f19968c8 100644 --- a/jbsockets.h +++ b/jbsockets.h @@ -1,6 +1,6 @@ #ifndef JBSOCKETS_H_INCLUDED #define JBSOCKETS_H_INCLUDED -#define JBSOCKETS_H_VERSION "$Id: jbsockets.h,v 1.15 2009/05/10 10:12:30 fabiankeil Exp $" +#define JBSOCKETS_H_VERSION "$Id: jbsockets.h,v 1.16 2009/05/16 13:27:20 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jbsockets.h,v $ @@ -62,7 +62,7 @@ extern void get_host_information(jb_socket afd, char **ip_address, char **hostna extern unsigned long resolve_hostname_to_ip(const char *host); -extern int socket_is_still_usable(jb_socket sfd); +extern int socket_is_still_alive(jb_socket sfd); /* Revision control strings from this header and associated .c file */ extern const char jbsockets_rcs[];