/[ipchat]/ipchat/src/demux.h
ViewVC logotype

Diff of /ipchat/src/demux.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by beatk, Thu Jan 27 20:19:48 2005 UTC revision 1.4 by beatk, Mon Mar 21 20:47:21 2005 UTC
# Line 20  Line 20 
20  #define DEMUX_H 1  #define DEMUX_H 1
21    
22  /* Timeout or periodic alarm identifier. */  /* Timeout or periodic alarm identifier. */
23  typedef int timer_id;  struct timer_pq_node;
24    typedef struct timer_pq_node *timer_id;
25    
26  /* Begin demultiplexing. Doesn't return until dmx_stop() is called. */  /* Begin demultiplexing. Doesn't return until dmx_stop() is called. */
27  extern void dmx_main_loop ();  extern void dmx_main_loop ();

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26