mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
parent
c9f5deb81d
commit
e966b1d6f2
4 changed files with 29 additions and 6 deletions
8
src/modules/module-protocol-pulse/message-handler.h
Normal file
8
src/modules/module-protocol-pulse/message-handler.h
Normal file
|
|
@ -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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue