=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/aucat/Attic/aproc.h 2010/01/05 10:18:12 1.28 +++ src/usr.bin/aucat/Attic/aproc.h 2010/01/11 13:06:32 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.28 2010/01/05 10:18:12 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.29 2010/01/11 13:06:32 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -219,9 +219,9 @@ struct aproc *enc_new(char *, struct aparams *); struct aproc *dec_new(char *, struct aparams *); -void mix_pushzero(struct aproc *); void mix_setmaster(struct aproc *); void mix_clear(struct aproc *); +void mix_prime(struct aproc *); void sub_clear(struct aproc *); #endif /* !defined(APROC_H) */