=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/fdpass.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/sndiod/fdpass.h 2015/12/20 11:38:33 1.1 +++ src/usr.bin/sndiod/fdpass.h 2020/01/23 05:40:09 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: fdpass.h,v 1.1 2015/12/20 11:38:33 ratchov Exp $ */ +/* $OpenBSD: fdpass.h,v 1.2 2020/01/23 05:40:09 ratchov Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov * @@ -25,7 +25,7 @@ extern struct fileops worker_fileops, helper_fileops; extern struct fdpass *fdpass_peer; -struct sio_hdl *fdpass_sio_open(int, unsigned int); -struct mio_hdl *fdpass_mio_open(int, unsigned int); +struct sio_hdl *fdpass_sio_open(int, int, unsigned int); +struct mio_hdl *fdpass_mio_open(int, int, unsigned int); #endif /* !defined(FDPASS_H) */