summaryrefslogtreecommitdiffstats
path: root/src/module-protocol-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/module-protocol-stub.c')
-rw-r--r--src/module-protocol-stub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module-protocol-stub.c b/src/module-protocol-stub.c
index 7338abc9..f9ed62b8 100644
--- a/src/module-protocol-stub.c
+++ b/src/module-protocol-stub.c
@@ -61,7 +61,7 @@ static const char* const valid_modargs[] = {
NULL
};
-struct pa_socket_server *create_socket_server(struct pa_core *c, struct pa_modargs *ma) {
+static struct pa_socket_server *create_socket_server(struct pa_core *c, struct pa_modargs *ma) {
struct pa_socket_server *s;
#ifdef USE_TCP_SOCKETS
uint32_t loopback = 0, port = IPV4_PORT;