mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
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
This commit is contained in:
parent
7f92542420
commit
d9c4c9509d
8 changed files with 21 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue