diff options
Diffstat (limited to 'src/modules/module-protocol-pulse/message-handler.h')
-rw-r--r-- | src/modules/module-protocol-pulse/message-handler.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/modules/module-protocol-pulse/message-handler.h b/src/modules/module-protocol-pulse/message-handler.h new file mode 100644 index 0000000..da2a7b0 --- /dev/null +++ b/src/modules/module-protocol-pulse/message-handler.h @@ -0,0 +1,8 @@ +#ifndef PULSE_SERVER_MESSAGE_HANDLER_H +#define PULSE_SERVER_MESSAGE_HANDLER_H + +struct pw_manager_object; + +void register_object_message_handlers(struct pw_manager_object *o); + +#endif /* PULSE_SERVER_MESSAGE_HANDLER_H */ |