aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-apis.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-04-04 11:49:15 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-04-04 11:50:00 +0200
commit41618d081d650f9cc105034bfa37d3b861663db7 (patch)
tree306957c5ca876f2c6bf3ead8e4104fbffa3474b2 /src/afb-apis.h
parent0b838a6101edc810098ee0645d3bfd966096ae07 (diff)
Launch job at a earlier step
Change-Id: I3fcb96e4d748e38eacc4d413a451143dd9b4a10d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-apis.h')
-rw-r--r--src/afb-apis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-apis.h b/src/afb-apis.h
index 540b644b..e9834d0e 100644
--- a/src/afb-apis.h
+++ b/src/afb-apis.h
@@ -28,6 +28,7 @@ struct afb_api
int (*service_start)(void *closure, int share_session, int onneed);
};
+extern void afb_apis_set_timeout(int to);
extern int afb_apis_is_valid_api_name(const char *name);