mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@31 fefdeb5f-60dc-0310-8127-8f9354f1896f
8 lines
129 B
C
8 lines
129 B
C
#ifndef fooutilhfoo
|
|
#define fooutilhfoo
|
|
|
|
void make_nonblock_fd(int fd);
|
|
|
|
void peer_to_string(char *c, size_t l, int fd);
|
|
|
|
#endif
|