[BACK]Return to sndio.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/sndio.h between version 1.13 and 1.14

version 1.13, 2020/06/28 05:21:38 version 1.14, 2022/04/29 08:30:48
Line 164 
Line 164 
 size_t sio_read(struct sio_hdl *, void *, size_t);  size_t sio_read(struct sio_hdl *, void *, size_t);
 int sio_start(struct sio_hdl *);  int sio_start(struct sio_hdl *);
 int sio_stop(struct sio_hdl *);  int sio_stop(struct sio_hdl *);
   int sio_flush(struct sio_hdl *);
 int sio_nfds(struct sio_hdl *);  int sio_nfds(struct sio_hdl *);
 int sio_pollfd(struct sio_hdl *, struct pollfd *, int);  int sio_pollfd(struct sio_hdl *, struct pollfd *, int);
 int sio_revents(struct sio_hdl *, struct pollfd *);  int sio_revents(struct sio_hdl *, struct pollfd *);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14