summaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: 2a5071989eb173a983052ee552585d82fa0361ff (plain)
1
2
3
4
5
6
7
8
9
10
#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