Diff for /libwww/Library/src/HTXParse.html between versions 2.14 and 2.15

version 2.14, 1999/02/14 04:00:10 version 2.15, 2005/11/11 14:03:16
Line 38  Library</A>. Line 38  Library</A>.
 #include "HTReader.h"  #include "HTReader.h"
 #include "HTReq.h"  #include "HTReq.h"
   
   #ifdef __cplusplus
   extern "C" { 
   #endif 
   
 typedef struct _HTXParseStruct HTXParseStruct;  typedef struct _HTXParseStruct HTXParseStruct;
   
 typedef void CallClient (HTXParseStruct * me);  typedef void CallClient (HTXParseStruct * me);
Line 54  struct _HTXParseStruct { Line 58  struct _HTXParseStruct {
   
 extern HTConverter HTXParse;  extern HTConverter HTXParse;
   
   #ifdef __cplusplus
   }
 #endif  #endif
   
   #endif  /* HTXPARSE_H */
 </PRE>  </PRE>
 <P>  <P>
 End of declaration  End of declaration

Removed from v.2.14  
changed lines
  Added in v.2.15


Webmaster