aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-so.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-30 12:51:17 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-30 13:24:24 +0200
commitb41ed8f8cbbdf7cff415f69f6f9b4a92cfe1f37d (patch)
tree1e908e66786a4da93e1385aa2d4962d5dd7367c8 /src/afb-api-so.h
parent0ae7af342a90c2909051e4ec6760d57d6f7bc2d3 (diff)
applies timeout setting for apis
Change-Id: I6ff93946990400a6e900d6d6916e2b68af92fbcc Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-api-so.h')
-rw-r--r--src/afb-api-so.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afb-api-so.h b/src/afb-api-so.h
index 8ef58a53..143b7a05 100644
--- a/src/afb-api-so.h
+++ b/src/afb-api-so.h
@@ -18,6 +18,8 @@
#pragma once
+extern void afb_api_so_set_timeout(int to);
+
extern int afb_api_so_add_plugin(const char *path);
extern int afb_api_so_add_directory(const char *path);