aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-api-so.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-06-23 20:34:57 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-06-23 20:42:57 +0200
commit7059e59cddc1c81321639875636e88895bc14309 (patch)
tree2e857745ae2dd18814bdfe2d6e3806151a51a43e /src/afb-api-so.h
parentef908d903929988ad01f9df94415fc9c3ddebcac (diff)
vocabulary: moving from 'plugin' to 'binding'
Change-Id: Ic9e118df2bede1fefbb591f8ae7887266b7324ca 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, 1 insertions, 1 deletions
diff --git a/src/afb-api-so.h b/src/afb-api-so.h
index 143b7a05..d2ffbc8f 100644
--- a/src/afb-api-so.h
+++ b/src/afb-api-so.h
@@ -20,7 +20,7 @@
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_binding(const char *path);
extern int afb_api_so_add_directory(const char *path);