applies timeout setting for apis
[src/app-framework-binder.git] / src / afb-api-so.h
index fe4d76b..143b7a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 IoT.bzh
+ * Copyright (C) 2016 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -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);