File:  [parser3project] / parser3 / src / include / pa_socks.h
Revision 1.20: download - view: text, annotated - select for diffs - revision graph
Tue Feb 7 22:00:36 2017 UTC (9 years, 5 months ago) by moko
Branches: MAIN
CVS tags: release_3_4_5, HEAD
Copyright year: 2015->2017

/**	@file
	Parser: socks initialization/finalization decls.

	Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com)
	Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
*/

#ifndef PA_SOCKS_H
#define PA_SOCKS_H

#define IDENT_PA_SOCKS_H "$Id: pa_socks.h,v 1.20 2017/02/07 22:00:36 moko Exp $"

void pa_socks_init();
void pa_socks_done();

int pa_socks_errno();
const char* pa_socks_strerr(int no);

#endif

E-mail: