mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-17 08:56:42 -05:00
9 lines
129 B
C
9 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
|