summaryrefslogtreecommitdiffstats
path: root/lib/common.h
diff options
context:
space:
mode:
authormrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-21 14:04:19 +0300
committermrfoxygmfr <mrfoxygmfr@sch9.ru>2025-05-21 14:04:19 +0300
commit42557513bc4740b65175b6ca46307ce023c2a628 (patch)
treedac40219c71b3078f67658eeb8a1d1aaf4e297ce /lib/common.h
parent7d4e357bac40a3ef792bb9fc25c9340c5b0131d6 (diff)
feat(lib): add function to configure timeout
Diffstat (limited to 'lib/common.h')
-rw-r--r--lib/common.h2
1 files changed, 2 insertions, 0 deletions
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