aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-18 09:52:37 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-18 09:52:37 +0200
commite52a48e88d80303e8d857f6757e60a5839d64e0f (patch)
treec5357e1c46964dc5707a79aaf59e430cb166075a
parent031601a0c5aa944493660f991d66702cc7e52755 (diff)
fix naming of plugin entries
Change-Id: I6aa39d2a9e83b0a406aab503a051a9e5f8e96a0b Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--src/afb-api-so.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-api-so.c b/src/afb-api-so.c
index 693385d5..9b7e994f 100644
--- a/src/afb-api-so.c
+++ b/src/afb-api-so.c
@@ -48,7 +48,7 @@ struct api_so_desc {
static int api_timeout = 15;
-static const char plugin_register_function[] = "pluginAfbV1Entry";
+static const char plugin_register_function[] = "pluginAfbV1Register";
static void afb_api_so_event_sender_push(struct api_so_desc *desc, const char *name, struct json_object *object)
{