expose *_getfd() and *_fdopen() prototypes

This commit is contained in:
Alexandre Ratchov 2017-11-04 09:35:05 +01:00
parent 0663b9b2b7
commit 93b9e03596
1 changed files with 5 additions and 0 deletions

View File

@ -144,6 +144,11 @@ int mio_pollfd(struct mio_hdl *, struct pollfd *, int);
int mio_revents(struct mio_hdl *, struct pollfd *);
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
}
#endif