Autoselect ipv4/ipv6

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-02-15 14:10:28 +00:00
parent 219e17edb6
commit 6e5e2dea64
2 changed files with 13 additions and 3 deletions

2
mud.h
View File

@@ -5,7 +5,7 @@
struct mud;
struct sockaddr;
struct mud *mud_create (struct sockaddr *, int, int);
struct mud *mud_create (struct sockaddr *);
void mud_delete (struct mud *);
int mud_get_fd (struct mud *);