Adds 2017 to copyrights
[src/app-framework-binder.git] / src / afb-api-so.h
index 8ef58a5..08f7f25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 "IoT.bzh"
+ * Copyright (C) 2016, 2017 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,9 @@
 
 #pragma once
 
-extern int afb_api_so_add_plugin(const char *path);
+extern void afb_api_so_set_timeout(int to);
+
+extern int afb_api_so_add_binding(const char *path);
 
 extern int afb_api_so_add_directory(const char *path);