summaryrefslogtreecommitdiffstats
path: root/src/socket-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket-util.h')
-rw-r--r--src/socket-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/socket-util.h b/src/socket-util.h
index 1c4dbe35..0133bfc3 100644
--- a/src/socket-util.h
+++ b/src/socket-util.h
@@ -14,4 +14,7 @@ int pa_socket_set_rcvbuf(int fd, size_t l);
int pa_unix_socket_is_stale(const char *fn);
int pa_unix_socket_remove_stale(const char *fn);
+int pa_unix_socket_make_secure_dir(const char *fn);
+int pa_unix_socket_remove_secure_dir(const char *fn);
+
#endif