Add forward declaration for struct audio_params.

Fixes compilation of e.g. macppc with awacs(4).
Ok kent@.
This commit is contained in:
wiz 2004-12-06 13:28:34 +00:00
parent 3486a34ec9
commit bc2c790fdf
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: auconv.h,v 1.10 2004/11/13 08:08:22 kent Exp $ */
/* $NetBSD: auconv.h,v 1.11 2004/12/06 13:28:34 wiz Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -140,6 +140,7 @@ struct audio_format {
#define AUFMT_IS_VALID(fmt) (((fmt)->mode & 0x80000000) == 0)
struct audio_encoding_set;
struct audio_params;
extern int auconv_set_converter(const struct audio_format *, int,
int, struct audio_params *, int);
extern int auconv_create_encodings(const struct audio_format *, int,