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

Diff for /src/include/sndio.h between version 1.8 and 1.9

version 1.8, 2012/08/22 08:56:46 version 1.9, 2015/12/20 11:29:29
Line 144 
Line 144 
 int mio_revents(struct mio_hdl *, struct pollfd *);  int mio_revents(struct mio_hdl *, struct pollfd *);
 int mio_eof(struct mio_hdl *);  int mio_eof(struct mio_hdl *);
   
   int mio_rmidi_getfd(const char *, unsigned int, int);
   struct mio_hdl *mio_rmidi_fdopen(int, unsigned int, int);
   int sio_sun_getfd(const char *, unsigned int, int);
   struct sio_hdl *sio_sun_fdopen(int, unsigned int, int);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9