summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/aucat/headers.c')
-rw-r--r--usr.bin/aucat/headers.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/aucat/headers.c b/usr.bin/aucat/headers.c
index df958dc6648..5a338a87b6b 100644
--- a/usr.bin/aucat/headers.c
+++ b/usr.bin/aucat/headers.c
@@ -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 <alex@caoua.org>
*
@@ -75,6 +75,8 @@ char wav_guid[14] = {
0x9B, 0x71
};
+int wav_readfmt(int, unsigned int, struct aparams *, short **);
+
int
wav_readfmt(int fd, unsigned int csize, struct aparams *par, short **map)
{