diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-06-28 05:21:40 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-06-28 05:21:40 +0000 |
commit | 110d57eb0e0970d811e012b6d041c4ec91ba918f (patch) | |
tree | 20e52cc2ca27191c68aca79f9a611a244836e1a4 /include | |
parent | 0ebab2c5720f71b9dbddee76d10684ae381b5627 (diff) |
Allow switching between alternate devices (-F option) with sndioctl(1)
Diffstat (limited to 'include')
-rw-r--r-- | include/sndio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sndio.h b/include/sndio.h index ac9c084361a..03550a0b23f 100644 --- a/include/sndio.h +++ b/include/sndio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sndio.h,v 1.12 2020/06/28 05:17:25 ratchov Exp $ */ +/* $OpenBSD: sndio.h,v 1.13 2020/06/28 05:21:38 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * |