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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/protocol-cli.h b/src/protocol-cli.h
index 8c150ce1..fc6a7d65 100644
--- a/src/protocol-cli.h
+++ b/src/protocol-cli.h
@@ -4,9 +4,9 @@
#include "core.h"
#include "socket-server.h"
-struct protocol_cli;
+struct pa_protocol_cli;
-struct protocol_cli* protocol_cli_new(struct core *core, struct socket_server *server);
-void protocol_cli_free(struct protocol_cli *n);
+struct pa_protocol_cli* pa_protocol_cli_new(struct pa_core *core, struct pa_socket_server *server);
+void pa_protocol_cli_free(struct pa_protocol_cli *n);
#endif