=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- src/usr.bin/aucat/Attic/aproc.h 2010/04/17 09:16:57 1.33 +++ src/usr.bin/aucat/Attic/aproc.h 2010/04/21 06:13:07 1.34 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.33 2010/04/17 09:16:57 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.34 2010/04/21 06:13:07 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -242,6 +242,7 @@ struct aproc *resamp_new(char *, unsigned, unsigned); struct aproc *enc_new(char *, struct aparams *); struct aproc *dec_new(char *, struct aparams *); +struct aproc *join_new(char *); struct aproc *mon_new(char *, unsigned); int rfile_in(struct aproc *, struct abuf *);