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

Diff for /src/usr.bin/aucat/Attic/aproc.h between version 1.27 and 1.28

version 1.27, 2009/11/03 21:31:37 version 1.28, 2010/01/05 10:18:12
Line 210 
Line 210 
 void aproc_setout(struct aproc *, struct abuf *);  void aproc_setout(struct aproc *, struct abuf *);
 int aproc_depend(struct aproc *, struct aproc *);  int aproc_depend(struct aproc *, struct aproc *);
   
 struct aproc *rpipe_new(struct file *);  struct aproc *rfile_new(struct file *);
 int rpipe_in(struct aproc *, struct abuf *);  struct aproc *wfile_new(struct file *);
 int rpipe_out(struct aproc *, struct abuf *);  
 void rpipe_done(struct aproc *);  
 void rpipe_eof(struct aproc *, struct abuf *);  
 void rpipe_hup(struct aproc *, struct abuf *);  
   
 struct aproc *wpipe_new(struct file *);  
 void wpipe_done(struct aproc *);  
 int wpipe_in(struct aproc *, struct abuf *);  
 int wpipe_out(struct aproc *, struct abuf *);  
 void wpipe_eof(struct aproc *, struct abuf *);  
 void wpipe_hup(struct aproc *, struct abuf *);  
   
 struct aproc *mix_new(char *, int, struct aproc *);  struct aproc *mix_new(char *, int, struct aproc *);
 struct aproc *sub_new(char *, int, struct aproc *);  struct aproc *sub_new(char *, int, struct aproc *);
 struct aproc *resamp_new(char *, unsigned, unsigned);  struct aproc *resamp_new(char *, unsigned, unsigned);

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28