summaryrefslogtreecommitdiffstats
path: root/src/socket-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket-client.h')
-rw-r--r--src/socket-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/socket-client.h b/src/socket-client.h
index 76126aee..046cc3a5 100644
--- a/src/socket-client.h
+++ b/src/socket-client.h
@@ -5,6 +5,8 @@
#include "mainloop-api.h"
#include "iochannel.h"
+/* It is safe to destroy the calling socket_client object from the callback */
+
struct pa_socket_client;
struct pa_socket_client* pa_socket_client_new_ipv4(struct pa_mainloop_api *m, uint32_t address, uint16_t port);