Adds 2017 to copyrights
[src/app-framework-binder.git] / src / afb-api-so.h
index 9c2a570..08f7f25 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 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");
  */
 
 
-extern int afb_api_so_add_plugin(const char *path);
+#pragma once
+
+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);