Allow IPv{4,6} only

This commit is contained in:
angt
2016-04-25 16:27:06 +00:00
parent 04c8495fe6
commit f0ad4bbdd3
2 changed files with 10 additions and 10 deletions

2
mud.h
View File

@@ -4,7 +4,7 @@
struct mud;
struct mud *mud_create (const char *);
struct mud *mud_create (const char *, int, int);
void mud_delete (struct mud *);
int mud_set_key (struct mud *, unsigned char *, size_t);