Add mud_del_path()

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-01-29 15:47:39 +00:00
parent 61e7a23a11
commit d4546ccae0
2 changed files with 33 additions and 0 deletions

1
mud.h
View File

@@ -24,6 +24,7 @@ int mud_set_aes (struct mud *);
int mud_peer (struct mud *, const char *, int);
int mud_add_path (struct mud *, const char *);
int mud_del_path (struct mud *, const char *);
int mud_recv (struct mud *, void *, size_t);
int mud_send (struct mud *, const void *, size_t, int);