[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.28 and 1.29

version 1.28, 2010/01/05 10:18:12 version 1.29, 2010/01/11 13:06:32
Line 219 
Line 219 
 struct aproc *enc_new(char *, struct aparams *);  struct aproc *enc_new(char *, struct aparams *);
 struct aproc *dec_new(char *, struct aparams *);  struct aproc *dec_new(char *, struct aparams *);
   
 void mix_pushzero(struct aproc *);  
 void mix_setmaster(struct aproc *);  void mix_setmaster(struct aproc *);
 void mix_clear(struct aproc *);  void mix_clear(struct aproc *);
   void mix_prime(struct aproc *);
 void sub_clear(struct aproc *);  void sub_clear(struct aproc *);
   
 #endif /* !defined(APROC_H) */  #endif /* !defined(APROC_H) */

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