Remove mud_sync()

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-03-09 15:03:47 +00:00
parent f67a5b4fed
commit 7a5bb0690e
2 changed files with 1 additions and 13 deletions

3
mud.h
View File

@@ -63,8 +63,7 @@ int mud_get_key (struct mud *, unsigned char *, size_t *);
void mud_set_mtu (struct mud *, size_t);
size_t mud_get_mtu (struct mud *);
long mud_send_wait (struct mud *);
unsigned long mud_sync (struct mud *);
long mud_send_wait (struct mud *);
int mud_set_time_tolerance (struct mud *, unsigned long);
int mud_set_keyx_timeout (struct mud *, unsigned long);