diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-11-20 10:10:02 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-11-20 10:10:02 +0000 |
commit | 4db591a8e135086c5c6fb13984c9914f9a1c8375 (patch) | |
tree | e7ed18d0b81b2152d08e23a11120cabd43903e4c /usr.bin/aucat/aparams.h | |
parent | 525435551d990dca513d5d81e57065bf55bc5b58 (diff) |
take into account socket parameters into calculation of device
parameters; without this change aucat uses the device default
parameters and they are not necessarily usable for multi-stream
mode.
Diffstat (limited to 'usr.bin/aucat/aparams.h')
-rw-r--r-- | usr.bin/aucat/aparams.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/aucat/aparams.h b/usr.bin/aucat/aparams.h index 79d2b50e11d..d89aaaf2637 100644 --- a/usr.bin/aucat/aparams.h +++ b/usr.bin/aucat/aparams.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aparams.h,v 1.4 2008/11/10 23:25:37 ratchov Exp $ */ +/* $OpenBSD: aparams.h,v 1.5 2008/11/20 10:10:01 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -81,6 +81,7 @@ int aparams_eqrate(struct aparams *, struct aparams *); int aparams_eqenc(struct aparams *, struct aparams *); int aparams_eq(struct aparams *, struct aparams *); int aparams_subset(struct aparams *, struct aparams *); +void aparams_grow(struct aparams *, struct aparams *); unsigned aparams_bpf(struct aparams *); int aparams_strtoenc(struct aparams *, char *); int aparams_enctostr(struct aparams *, char *); |