|
|
| version 1.10, 2002/08/01 11:41:16 | version 1.16, 2004/10/06 10:55:02 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: socks initialization/finalization decls. | Parser: socks initialization/finalization decls. |
| Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) | Copyright (c) 2001-2004 ArtLebedev Group (http://www.artlebedev.com) |
| Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| */ | */ |
| #ifndef PA_SOCKS_H | #ifndef PA_SOCKS_H |
| #define PA_SOCKS_H | #define PA_SOCKS_H |
| static const char* IDENT_SOCKS_H="$Date$"; | 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 |