summaryrefslogtreecommitdiffstats
path: root/src/iochannel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iochannel.h')
-rw-r--r--src/iochannel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iochannel.h b/src/iochannel.h
index c550af19..1a5057d6 100644
--- a/src/iochannel.h
+++ b/src/iochannel.h
@@ -4,6 +4,8 @@
#include <sys/types.h>
#include "mainloop-api.h"
+/* It is safe to destroy the calling iochannel object from the callback */
+
struct pa_iochannel;
struct pa_iochannel* pa_iochannel_new(struct pa_mainloop_api*m, int ifd, int ofd);