summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-10-30 04:20:24 +0100
committerLennart Poettering <lennart@poettering.net>2009-10-30 04:20:24 +0100
commit752727a13d2d55439aefe618677f7e932acc9862 (patch)
treec1597e266c1dbc8d39493313b7e0b7084c906778 /src/pulsecore/core-util.h
parenta698ee3f52e9d61b378cb0dad2cfb1bcc31c708a (diff)
core-util: introduce pa_fopen_cloexec()
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index 323fdcb4..d50f79a2 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -263,5 +263,6 @@ int pa_open_cloexec(const char *fn, int flags, mode_t mode);
int pa_socket_cloexec(int domain, int type, int protocol);
int pa_pipe_cloexec(int pipefd[2]);
int pa_accept_cloexec(int sockfd, struct sockaddr *addr, socklen_t *addrlen);
+FILE* pa_fopen_cloexec(const char *path, const char *mode);
#endif