From 93b9e03596e3af13fc92ef66d314141fcaa74f38 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sat, 4 Nov 2017 09:35:05 +0100 Subject: [PATCH] expose *_getfd() and *_fdopen() prototypes --- libsndio/sndio.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libsndio/sndio.h b/libsndio/sndio.h index bd79202..19e44fc 100644 --- a/libsndio/sndio.h +++ b/libsndio/sndio.h @@ -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