From 7059e59cddc1c81321639875636e88895bc14309 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 23 Jun 2016 20:34:57 +0200 Subject: vocabulary: moving from 'plugin' to 'binding' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic9e118df2bede1fefbb591f8ae7887266b7324ca Signed-off-by: José Bollo --- include/afb/afb-service-itf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/afb/afb-service-itf.h') diff --git a/include/afb/afb-service-itf.h b/include/afb/afb-service-itf.h index ac40cf79..1218cd5b 100644 --- a/include/afb/afb-service-itf.h +++ b/include/afb/afb-service-itf.h @@ -31,9 +31,9 @@ struct afb_service void *closure; }; -extern int pluginAfbV1ServiceInit(struct afb_service service); +extern int afbBindingV1ServiceInit(struct afb_service service); -extern void pluginAfbV1ServiceEvent(const char *event, struct json_object *object); +extern void afbBindingV1ServiceEvent(const char *event, struct json_object *object); static inline void afb_service_call(struct afb_service service, const char *api, const char *verb, struct json_object *args, void (*callback)(void*, int, struct json_object*), void *callback_closure) { -- cgit 1.2.3-korg