[BACK]Return to imsg.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/imsg.h between version 1.1 and 1.2

version 1.1, 2009/08/11 17:18:35 version 1.2, 2009/09/15 18:12:51
Line 90 
Line 90 
 void             msgbuf_init(struct msgbuf *);  void             msgbuf_init(struct msgbuf *);
 void             msgbuf_clear(struct msgbuf *);  void             msgbuf_clear(struct msgbuf *);
 int              msgbuf_write(struct msgbuf *);  int              msgbuf_write(struct msgbuf *);
   void             msgbuf_drain(struct msgbuf *, size_t);
   
 /* imsg.c */  /* imsg.c */
 void     imsg_init(struct imsgbuf *, int);  void     imsg_init(struct imsgbuf *, int);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2