summaryrefslogtreecommitdiffstats
path: root/src/socket-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket-server.h')
-rw-r--r--src/socket-server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket-server.h b/src/socket-server.h
index d581fa37..dbce172e 100644
--- a/src/socket-server.h
+++ b/src/socket-server.h
@@ -5,6 +5,8 @@
#include "mainloop-api.h"
#include "iochannel.h"
+/* It is safe to destroy the calling socket_server object from the callback */
+
struct pa_socket_server;
struct pa_socket_server* pa_socket_server_new(struct pa_mainloop_api *m, int fd);