diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-09-12 00:17:51 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-09-12 00:17:51 +0000 |
commit | d9c4c9509d34ba89db06ff1252f3da18c6fd623b (patch) | |
tree | c43528c07e55bd4aaa2cf618056e7679c9c7f14a /src/pulsecore/core-util.h | |
parent | 7f92542420ef6085b6f090954052266cc70af8a1 (diff) |
add new pa_pipe_close() API to close two fds at the same time
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1812 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r-- | src/pulsecore/core-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h index fcafe63d..efd19f45 100644 --- a/src/pulsecore/core-util.h +++ b/src/pulsecore/core-util.h @@ -120,4 +120,6 @@ static inline unsigned pa_make_power_of_two(unsigned n) { return n + 1; } +void pa_close_pipe(int fds[2]); + #endif |