=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/opt.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/aucat/Attic/opt.h 2011/10/12 07:20:04 1.10 +++ src/usr.bin/aucat/Attic/opt.h 2011/11/15 08:05:22 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: opt.h,v 1.10 2011/10/12 07:20:04 ratchov Exp $ */ +/* $OpenBSD: opt.h,v 1.11 2011/11/15 08:05:22 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -40,6 +40,6 @@ struct opt *opt_new(char *, struct dev *, struct aparams *, struct aparams *, int, int, int, unsigned); int opt_bind(struct opt *); -struct opt *opt_byname(char *); +struct opt *opt_byname(char *, unsigned); #endif /* !defined(OPT_H) */