[BACK]Return to fdpass.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/fdpass.h between version 1.3 and 1.4

version 1.3, 2020/02/26 13:53:58 version 1.4, 2021/11/01 14:43:25
Line 25 
Line 25 
 extern struct fileops worker_fileops, helper_fileops;  extern struct fileops worker_fileops, helper_fileops;
 extern struct fdpass *fdpass_peer;  extern struct fdpass *fdpass_peer;
   
 struct sio_hdl *fdpass_sio_open(int, int, unsigned int);  struct sio_hdl *fdpass_sio_open(int, unsigned int);
 struct mio_hdl *fdpass_mio_open(int, int, unsigned int);  struct mio_hdl *fdpass_mio_open(int, unsigned int);
 struct sioctl_hdl *fdpass_sioctl_open(int, int, unsigned int);  struct sioctl_hdl *fdpass_sioctl_open(int, unsigned int);
   
 #endif /* !defined(FDPASS_H) */  #endif /* !defined(FDPASS_H) */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4