]> code.delx.au - pulseaudio/blob - src/util.h
esound protocol
[pulseaudio] / src / util.h
1 #ifndef fooutilhfoo
2 #define fooutilhfoo
3
4 void make_nonblock_fd(int fd);
5
6 void peer_to_string(char *c, size_t l, int fd);
7
8 int make_secure_dir(const char* dir);
9
10 #endif