=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/aucat/Attic/aproc.h 2009/08/27 06:31:13 1.22 +++ src/usr.bin/aucat/Attic/aproc.h 2009/09/27 11:51:20 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.22 2009/08/27 06:31:13 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.23 2009/09/27 11:51:20 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -184,6 +184,7 @@ struct aproc *aproc_new(struct aproc_ops *, char *); void aproc_del(struct aproc *); +void aproc_dbg(struct aproc *); void aproc_setin(struct aproc *, struct abuf *); void aproc_setout(struct aproc *, struct abuf *); int aproc_depend(struct aproc *, struct aproc *);