=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/abuf.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/aucat/abuf.h 2009/07/25 08:44:27 1.17 +++ src/usr.bin/aucat/abuf.h 2009/09/27 11:51:20 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: abuf.h,v 1.17 2009/07/25 08:44:27 ratchov Exp $ */ +/* $OpenBSD: abuf.h,v 1.18 2009/09/27 11:51:20 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -106,6 +106,7 @@ struct abuf *abuf_new(unsigned, struct aparams *); void abuf_del(struct abuf *); +void abuf_dbg(struct abuf *); void abuf_clear(struct abuf *); unsigned char *abuf_rgetblk(struct abuf *, unsigned *, unsigned); unsigned char *abuf_wgetblk(struct abuf *, unsigned *, unsigned);