mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@40 fefdeb5f-60dc-0310-8127-8f9354f1896f
10 lines
168 B
C
10 lines
168 B
C
#ifndef fooutilhfoo
|
|
#define fooutilhfoo
|
|
|
|
void make_nonblock_fd(int fd);
|
|
|
|
void peer_to_string(char *c, size_t l, int fd);
|
|
|
|
int make_secure_dir(const char* dir);
|
|
|
|
#endif
|