[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.22 and 1.23

version 1.22, 2009/08/27 06:31:13 version 1.23, 2009/09/27 11:51:20
Line 184 
Line 184 
   
 struct aproc *aproc_new(struct aproc_ops *, char *);  struct aproc *aproc_new(struct aproc_ops *, char *);
 void aproc_del(struct aproc *);  void aproc_del(struct aproc *);
   void aproc_dbg(struct aproc *);
 void aproc_setin(struct aproc *, struct abuf *);  void aproc_setin(struct aproc *, struct abuf *);
 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 *);

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23