Diff for /parser3/src/include/pa_socks.h between versions 1.4 and 1.16.8.1

version 1.4, 2001/09/26 10:32:25 version 1.16.8.1, 2005/08/05 13:02:59
Line 1 Line 1
 /**     @file  /**     @file
         Parser: socks initialization/finalization decls.          Parser: socks initialization/finalization decls.
   
         Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)          Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com)
         Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)          Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
   
         $Id$  
 */  */
   
 #ifndef PA_SOCKS_H  #ifndef PA_SOCKS_H
 #define PA_SOCKS_H  #define PA_SOCKS_H
   
 #include "pa_config_includes.h"  static const char * const IDENT_SOCKS_H="$Date$";
 #include "pa_pool.h"  
   void pa_socks_init();
   void pa_socks_done();
   
 void init_socks(Pool& pool);  int pa_socks_errno();
 void done_socks();  const char* pa_socks_strerr(int no);
   
 #endif  #endif

Removed from v.1.4  
changed lines
  Added in v.1.16.8.1


E-mail: