summaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: b8759ad8333bceecf0bbe1e7cf701aa87ec03de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef fooutilhfoo
#define fooutilhfoo

#include <sys/types.h>

void pa_make_nonblock_fd(int fd);

void pa_peer_to_string(char *c, size_t l, int fd);

int pa_make_secure_dir(const char* dir);

int pa_make_socket_low_delay(int fd);
int pa_make_tcp_socket_low_delay(int fd);

#endif