From 03be90b6067937e3ab88e2aea96ca0dd1e910d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Tue, 5 Jun 2018 13:56:15 +0000 Subject: [PATCH] Update mud.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- mud.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mud.h b/mud.h index 2037ce2..6be2827 100644 --- a/mud.h +++ b/mud.h @@ -70,6 +70,8 @@ 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 *); +unsigned long mud_get_sync_elapsed_msec (struct mud *); + int mud_set_send_timeout (struct mud *, unsigned long); int mud_set_time_tolerance (struct mud *, unsigned long); int mud_set_keyx_timeout (struct mud *, unsigned long);