]> git.meshlink.io Git - utcp/blobdiff - utcp.h
Allow timers to be reset.
[utcp] / utcp.h
diff --git a/utcp.h b/utcp.h
index 8fcb28a0227a26086f574ecfaec185992f23f142..f8fad0c67e3a45b557847ab4f967d1d857070151 100644 (file)
--- a/utcp.h
+++ b/utcp.h
@@ -86,6 +86,8 @@ extern void utcp_set_user_timeout(struct utcp *utcp, int seconds);
 extern uint16_t utcp_get_mtu(struct utcp *utcp);
 extern void utcp_set_mtu(struct utcp *utcp, uint16_t mtu);
 
+extern void utcp_reset_timers(struct utcp *utcp);
+
 // Per-socket options
 
 extern size_t utcp_get_sndbuf(struct utcp_connection *connection);