Annotation of parser3/src/include/pa_socks.h, revision 1.24

1.2       paf         1: /**    @file
                      2:        Parser: socks initialization/finalization decls.
1.1       paf         3: 
1.24    ! moko        4:        Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com)
1.22      moko        5:        Authors: Konstantin Morshnev <moko@design.ru>, Alexandr Petrosian <paf@design.ru>
1.1       paf         6: */
                      7: 
                      8: #ifndef PA_SOCKS_H
                      9: #define PA_SOCKS_H
1.9       paf        10: 
1.24    ! moko       11: #define IDENT_PA_SOCKS_H "$Id: pa_socks.h,v 1.23 2024/11/04 03:53:25 moko Exp $"
1.1       paf        12: 
1.15      paf        13: void pa_socks_init();
                     14: void pa_socks_done();
1.16      paf        15: 
                     16: int pa_socks_errno();
                     17: const char* pa_socks_strerr(int no);
1.1       paf        18: 
                     19: #endif

E-mail: