summaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: 830ee2e0ccdf2d6d62a21831446f0b6c476012ba (plain)
1
2
3
4
5
6
7
8
#ifndef fooutilhfoo
#define fooutilhfoo

void make_nonblock_fd(int fd);

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

#endif