=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/sock.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/aucat/Attic/sock.h 2008/11/11 19:21:20 1.2 +++ src/usr.bin/aucat/Attic/sock.h 2008/11/16 16:30:22 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: sock.h,v 1.2 2008/11/11 19:21:20 ratchov Exp $ */ +/* $OpenBSD: sock.h,v 1.3 2008/11/16 16:30:22 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -50,10 +50,11 @@ unsigned bufsz; /* total buffer size */ unsigned round; /* block size */ unsigned xrun; /* one of AMSG_IGNORE, ... */ - unsigned vol; + int vol; /* requested volume */ + int maxweight; /* max dynamic range */ }; -struct sock *sock_new(struct fileops *, int fd, char *); +struct sock *sock_new(struct fileops *, int fd, char *, int); extern struct fileops sock_ops; #endif /* !defined(SOCK_H) */