hide alsa defs if USA_ALSA is not defined

This commit is contained in:
Alexandre Ratchov 2012-10-27 14:11:23 +02:00
parent 9fc2222a4d
commit fcc55272a8
1 changed files with 2 additions and 0 deletions

View File

@ -45,7 +45,9 @@ struct mio_ops {
};
struct mio_hdl *mio_rmidi_open(const char *, unsigned, int);
#ifdef USE_ALSA
struct mio_hdl *mio_alsa_open(const char *, unsigned, int);
#endif
struct mio_hdl *mio_aucat_open(const char *, unsigned, int, unsigned);
void mio_create(struct mio_hdl *, struct mio_ops *, unsigned, int);
void mio_destroy(struct mio_hdl *);