Diff for /libaitwww/inc/aitwww.h between versions 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2012/03/08 23:40:21 version 1.1.1.1.2.1, 2012/03/09 09:38:55
Line 47  SUCH DAMAGE. Line 47  SUCH DAMAGE.
 #define __AITWWW_H  #define __AITWWW_H
   
   
   #include <sys/types.h>
   #include <sys/queue.h>
   #include <sys/uio.h>
   
   
 struct tagCGI {  struct tagCGI {
         char                    *cgi_name;          char                    *cgi_name;
         char                    *cgi_value;          char                    *cgi_value;
Line 69  struct tagMIME { Line 74  struct tagMIME {
   
         SLIST_ENTRY(tagMIME)    mime_node;          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();
   
   
 /*  /*

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>