=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/fdpass.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/sndiod/fdpass.h 2020/02/26 13:53:58 1.3 --- src/usr.bin/sndiod/fdpass.h 2021/11/01 14:43:25 1.4 *************** *** 1,4 **** ! /* $OpenBSD: fdpass.h,v 1.3 2020/02/26 13:53:58 ratchov Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: fdpass.h,v 1.4 2021/11/01 14:43:25 ratchov Exp $ */ /* * Copyright (c) 2015 Alexandre Ratchov * *************** *** 25,32 **** extern struct fileops worker_fileops, helper_fileops; extern struct fdpass *fdpass_peer; ! struct sio_hdl *fdpass_sio_open(int, int, unsigned int); ! struct mio_hdl *fdpass_mio_open(int, int, unsigned int); ! struct sioctl_hdl *fdpass_sioctl_open(int, int, unsigned int); #endif /* !defined(FDPASS_H) */ --- 25,32 ---- 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 sioctl_hdl *fdpass_sioctl_open(int, unsigned int); #endif /* !defined(FDPASS_H) */