X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jbsockets.h;h=7c1ee5882a0cd9500cfb4ebcfcd503da11f7c1de;hp=6d77c4c541d7846f579a62192e45610143f787be;hb=fea9b675fdac0b5a666b1016b21345a54a83ef9e;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7 diff --git a/jbsockets.h b/jbsockets.h index 6d77c4c5..7c1ee588 100644 --- a/jbsockets.h +++ b/jbsockets.h @@ -1,9 +1,9 @@ #ifndef _JBSOCKETS_H #define _JBSOCKETS_H -#define JBSOCKETS_H_VERSION "$Id: jbsockets.h,v 1.1 2001/05/13 21:57:06 administrator Exp $" +#define JBSOCKETS_H_VERSION "$Id: jbsockets.h,v 1.1.1.1 2001/05/15 13:58:54 oes Exp $" /********************************************************************* * - * File : $Source: /home/administrator/cvs/ijb/jbsockets.h,v $ + * File : $Source: /cvsroot/ijbswa/current/jbsockets.h,v $ * * Purpose : Contains wrappers for system-specific sockets code, * so that the rest of JunkBuster can be more @@ -37,6 +37,9 @@ * * Revisions : * $Log: jbsockets.h,v $ + * Revision 1.1.1.1 2001/05/15 13:58:54 oes + * Initial import of version 2.9.3 source tree + * * *********************************************************************/ @@ -45,7 +48,7 @@ extern "C" { #endif -extern int connect_to(char *host, int portnum, struct client_state *csp); +extern int connect_to(const char *host, int portnum, struct client_state *csp); extern int write_socket(int fd, const char *buf, int n); extern int read_socket(int fd, char *buf, int n); extern void close_socket(int fd);