From 42557513bc4740b65175b6ca46307ce023c2a628 Mon Sep 17 00:00:00 2001 From: mrfoxygmfr Date: Wed, 21 May 2025 14:04:19 +0300 Subject: feat(lib): add function to configure timeout --- lib/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common.h') diff --git a/lib/common.h b/lib/common.h index ab6c05d..cf566f0 100644 --- a/lib/common.h +++ b/lib/common.h @@ -16,4 +16,6 @@ enum { REQUEST_TYPE_PUT_RESULT, }; +void configure_timeout(int delay); + #endif // COMMON_H -- cgit mrf-deployment