=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/headers.c,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/aucat/Attic/headers.c 2012/04/11 06:05:43 1.22 +++ src/usr.bin/aucat/Attic/headers.c 2013/11/18 17:37:45 1.23 @@ -1,4 +1,4 @@ -/* $OpenBSD: headers.c,v 1.22 2012/04/11 06:05:43 ratchov Exp $ */ +/* $OpenBSD: headers.c,v 1.23 2013/11/18 17:37:45 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -74,6 +74,8 @@ 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71 }; + +int wav_readfmt(int, unsigned int, struct aparams *, short **); int wav_readfmt(int fd, unsigned int csize, struct aparams *par, short **map)