Diff for /libwww/Library/src/HTMuxCh.html between versions 2.5 and 2.6

version 2.5, 2000/08/04 10:37:51 version 2.6, 2005/11/11 14:03:15
Line 24  Library</A>. Line 24  Library</A>.
 #ifndef HTMUXCHANNEL_H  #ifndef HTMUXCHANNEL_H
 #define HTMUXCHANNEL_H  #define HTMUXCHANNEL_H
   
   #ifdef __cplusplus
   extern "C" { 
   #endif 
   
 typedef struct _HTMuxChannel     HTMuxChannel;  typedef struct _HTMuxChannel     HTMuxChannel;
 typedef struct _HTMuxSession     HTMuxSession;  typedef struct _HTMuxSession     HTMuxSession;
 typedef struct _HTMuxProtocol    HTMuxProtocol;  typedef struct _HTMuxProtocol    HTMuxProtocol;
   
 typedef unsigned char            HTMuxSessionId;  typedef unsigned char            HTMuxSessionId;
   
   #ifdef __cplusplus
   }
   #endif
   
 #include "HTMuxHeader.h"  #include "HTMuxHeader.h"
 #include "HTChannl.h"  #include "HTChannl.h"
 #include "HTHost.h"  #include "HTHost.h"
   
   #ifdef __cplusplus
   extern "C" { 
   #endif 
   
 #define INVSID          0               /* Invalid session id */  #define INVSID          0               /* Invalid session id */
 #define INVPID          0               /* Invalid protocol id */  #define INVPID          0               /* Invalid protocol id */
 </PRE>  </PRE>
Line 117  extern BOOL HTMuxProtocol_add (HTMuxChan Line 129  extern BOOL HTMuxProtocol_add (HTMuxChan
 extern BOOL HTMuxProtocol_delete (HTMuxChannel * muxch, HTProtocolId pid);  extern BOOL HTMuxProtocol_delete (HTMuxChannel * muxch, HTProtocolId pid);
 </PRE>  </PRE>
 <PRE>  <PRE>
   #ifdef __cplusplus
   }
 #endif  #endif
   
   #endif  /* HTMUXCHANNEL_H */
 </PRE>  </PRE>
 <P>  <P>
   <HR>    <HR>

Removed from v.2.5  
changed lines
  Added in v.2.6


Webmaster