summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/mio_priv.h
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2015-11-22 12:01:23 +0000
committerratchov <ratchov@openbsd.org>2015-11-22 12:01:23 +0000
commit163486f8ab4fb5a71f57ff1e5ed78b98ff7b54ff (patch)
tree0dcfed3964362eea1d5319f6cf72bd5d125ee773 /lib/libsndio/mio_priv.h
parentThe "CRITICAL" APM battery level, that is exported/faked by the ACPI (diff)
downloadwireguard-openbsd-163486f8ab4fb5a71f57ff1e5ed78b98ff7b54ff.tar.xz
wireguard-openbsd-163486f8ab4fb5a71f57ff1e5ed78b98ff7b54ff.zip
Don't remove the type component from the device string before passing
it to the *_open() functions. It's more flexible this way. No behaviour change.
Diffstat (limited to 'lib/libsndio/mio_priv.h')
-rw-r--r--lib/libsndio/mio_priv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libsndio/mio_priv.h b/lib/libsndio/mio_priv.h
index 7b3c39fecc1..7373a50b764 100644
--- a/lib/libsndio/mio_priv.h
+++ b/lib/libsndio/mio_priv.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mio_priv.h,v 1.11 2015/01/16 16:48:52 deraadt Exp $ */
+/* $OpenBSD: mio_priv.h,v 1.12 2015/11/22 12:01:23 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -44,7 +44,7 @@ struct mio_ops {
};
struct mio_hdl *_mio_rmidi_open(const char *, unsigned, int);
-struct mio_hdl *_mio_aucat_open(const char *, unsigned, int, unsigned);
+struct mio_hdl *_mio_aucat_open(const char *, unsigned, int);
void _mio_create(struct mio_hdl *, struct mio_ops *, unsigned, int);
void _mio_destroy(struct mio_hdl *);