pulse-server: split out module handling

Part of !776.
This commit is contained in:
Barnabás Pőcze 2021-06-19 00:09:09 +02:00
parent c49ae39888
commit c9f5deb81d
6 changed files with 41 additions and 19 deletions

View file

@ -83,4 +83,6 @@ struct impl {
extern bool debug_messages;
void broadcast_subscribe_event(struct impl *impl, uint32_t mask, uint32_t event, uint32_t id);
#endif