Diff for /libwww/Library/src/HTEvent.html between versions 2.17 and 2.18

version 2.17, 1998/08/10 02:42:12 version 2.18, 2005/11/11 14:03:15
Line 46  a part of the <A HREF="http://www.w3.org Line 46  a part of the <A HREF="http://www.w3.org
 #ifndef HTEVENT_H  #ifndef HTEVENT_H
 #define HTEVENT_H  #define HTEVENT_H
 #include "wwwsys.h"  #include "wwwsys.h"
   
   #ifdef __cplusplus
   extern "C" { 
   #endif 
   
 #ifdef IN_EVENT  #ifdef IN_EVENT
 typedef struct _HTTimer HTTimer;  typedef struct _HTTimer HTTimer;
 #endif  #endif
Line 216  struct _HTEvent { Line 221  struct _HTEvent {
 You can register the event manager provided together with libwww by using  You can register the event manager provided together with libwww by using
 the <CODE>HTEventInit()</CODE> in the <A HREF="HTInit.html">HTInit module</A>  the <CODE>HTEventInit()</CODE> in the <A HREF="HTInit.html">HTInit module</A>
 <PRE>  <PRE>
   #ifdef __cplusplus
   }
   #endif
   
 #endif /* HTEVENT_H */  #endif /* HTEVENT_H */
 </PRE>  </PRE>
 <P>  <P>

Removed from v.2.17  
changed lines
  Added in v.2.18


Webmaster