pipewire/src/modules/module-protocol-pulse/message-handler.h
Barnabás Pőcze 934ab3036e treewide: use SPDX tags to specify copyright information
SPDX tags make the licensing information easy to understand and clear,
and they are machine parseable.

See https://spdx.dev for more information.
2023-02-16 10:54:48 +00:00

12 lines
333 B
C

/* PipeWire */
/* SPDX-FileCopyrightText: Copyright © 2021 Pauli Virtanen */
/* SPDX-License-Identifier: MIT */
#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 */