X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.h;h=a43a12cc80ced9f3a23c79933bf129e5744ed08f;hp=fcafbb71bce2178c6c4263d755300d8a95a090b2;hb=a8848886de0232054155806037f65d3063580f86;hpb=c75584ebcc79f939fb4ec9c8f842cef6692640c7 diff --git a/jcc.h b/jcc.h index fcafbb71..a43a12cc 100644 --- a/jcc.h +++ b/jcc.h @@ -1,9 +1,9 @@ #ifndef _JCC_H #define _JCC_H -#define JCC_H_VERSION "$Id: jcc.h,v 1.1 2001/05/13 21:57:06 administrator Exp $" +#define JCC_H_VERSION "$Id: jcc.h,v 1.1.1.1 2001/05/15 13:58:56 oes Exp $" /********************************************************************* * - * File : $Source: /home/administrator/cvs/ijb/jcc.h,v $ + * File : $Source: /cvsroot/ijbswa/current/jcc.h,v $ * * Purpose : Main file. Contains main() method, main loop, and * the main connection-handling function. @@ -35,6 +35,9 @@ * * Revisions : * $Log: jcc.h,v $ + * Revision 1.1.1.1 2001/05/15 13:58:56 oes + * Initial import of version 2.9.3 source tree + * * *********************************************************************/ @@ -66,10 +69,6 @@ extern struct client_state clients[]; extern struct file_list files[]; -/* Global constants */ - -extern const char DEFAULT_USER_AGENT[]; - /* Functions */