pulseaudio/src/util.h

9 lines
129 B
C
Raw Normal View History

#ifndef fooutilhfoo
#define fooutilhfoo
void make_nonblock_fd(int fd);
void peer_to_string(char *c, size_t l, int fd);
#endif