core-util: introduce pa_disable_sigpipe()

This commit is contained in:
Lennart Poettering 2009-05-25 23:56:38 +02:00
parent ebce3185ef
commit 759a9d0cc5
4 changed files with 27 additions and 4 deletions

View file

@ -227,4 +227,6 @@ char *pa_unescape(char *p);
char *pa_realpath(const char *path);
void pa_disable_sigpipe(void);
#endif