[BACK]Return to abuf.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/abuf.c between version 1.24 and 1.25

version 1.24, 2012/04/11 06:05:43 version 1.25, 2013/11/18 17:37:45
Line 45 
Line 45 
 #include "dbg.h"  #include "dbg.h"
 #endif  #endif
   
   void abuf_dump(struct abuf *);
   int abuf_flush_do(struct abuf *);
   int abuf_fill_do(struct abuf *);
   void abuf_eof_do(struct abuf *);
   void abuf_hup_do(struct abuf *);
   
 #ifdef DEBUG  #ifdef DEBUG
 void  void
 abuf_dbg(struct abuf *buf)  abuf_dbg(struct abuf *buf)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25