pulse-server: add missing forward declarations

Part of !776.
This commit is contained in:
Barnabás Pőcze 2021-06-23 20:21:36 +02:00
parent 378ba0d51b
commit 887876bea8

View file

@ -39,6 +39,8 @@ extern "C" {
#define PW_PROTOCOL_PULSE_USAGE "[ server.address=(tcp:[<ip>:]<port>|unix:<path>)[,...] ] " \ #define PW_PROTOCOL_PULSE_USAGE "[ server.address=(tcp:[<ip>:]<port>|unix:<path>)[,...] ] " \
struct pw_context;
struct pw_properties;
struct pw_protocol_pulse; struct pw_protocol_pulse;
struct pw_protocol_pulse_server; struct pw_protocol_pulse_server;