summaryrefslogtreecommitdiffstats
path: root/src/protocol-cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol-cli.h')
-rw-r--r--src/protocol-cli.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol-cli.h b/src/protocol-cli.h
index fc6a7d65..c3bb8b4f 100644
--- a/src/protocol-cli.h
+++ b/src/protocol-cli.h
@@ -3,10 +3,11 @@
#include "core.h"
#include "socket-server.h"
+#include "module.h"
struct pa_protocol_cli;
-struct pa_protocol_cli* pa_protocol_cli_new(struct pa_core *core, struct pa_socket_server *server);
+struct pa_protocol_cli* pa_protocol_cli_new(struct pa_core *core, struct pa_socket_server *server, struct pa_module *m);
void pa_protocol_cli_free(struct pa_protocol_cli *n);
#endif