add SPA_EXPORT where needed

This commit is contained in:
Wim Taymans 2019-02-06 11:59:05 +01:00
parent 3424c05298
commit f6391be214
48 changed files with 275 additions and 8 deletions

View file

@ -25,6 +25,7 @@ extern const struct spa_handle_factory spa_alsa_source_factory;
extern const struct spa_handle_factory spa_alsa_sink_factory;
extern const struct spa_handle_factory spa_alsa_monitor_factory;
SPA_EXPORT
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
{
spa_return_val_if_fail(factory != NULL, -EINVAL);