diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-07-07 00:22:46 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-07-07 00:22:46 +0000 |
commit | e8d1185c4221fef9d712c1f375d8e592721b6943 (patch) | |
tree | 1fa6e0c9fb8543520f6223cc6fa23604c5cbccde /src/util.h | |
parent | f8cbde54dab2783e2c6ba699dfaee9ef51b1e098 (diff) |
draining ind native protocol
fixes in callback code on object destruction
simple protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@52 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,4 +18,6 @@ ssize_t pa_loop_write(int fd, const void*data, size_t size); int pa_unix_socket_is_stale(const char *fn); int pa_unix_socket_remove_stale(const char *fn); +void pa_check_for_sigpipe(void); + #endif |