--- libaitwww/inc/aitwww.h 2012/03/08 23:40:21 1.1.1.1 +++ libaitwww/inc/aitwww.h 2012/03/09 09:38:55 1.1.1.1.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitwww.h,v 1.1.1.1 2012/03/08 23:40:21 misho Exp $ +* $Id: aitwww.h,v 1.1.1.1.2.1 2012/03/09 09:38:55 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,6 +47,11 @@ SUCH DAMAGE. #define __AITWWW_H +#include +#include +#include + + struct tagCGI { char *cgi_name; char *cgi_value; @@ -69,6 +74,12 @@ struct tagMIME { SLIST_ENTRY(tagMIME) mime_node; }; + + +// www_GetErrno() Get error code of last operation +inline int www_GetErrno(); +// www_GetError() Get error text of last operation +inline const char *www_GetError(); /*