From 11d36a9f7e16aa9992835f8ce06f0e1e5297b131 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 4 Apr 2016 17:48:50 +0200 Subject: work in progress, session handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0393346280825e24a34e8db386160d857723b841 Signed-off-by: José Bollo --- plugins/samples/HelloWorld.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/samples/HelloWorld.c') diff --git a/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c index 4f0af71f..c60cc70c 100644 --- a/plugins/samples/HelloWorld.c +++ b/plugins/samples/HelloWorld.c @@ -85,7 +85,6 @@ static void pingBug (struct afb_req request) { int a,b,c; - fprintf (stderr, "Use --timeout=10 to trap error\n"); b=4; c=0; a=b/c; @@ -128,7 +127,7 @@ static const struct AFB_plugin plugin_desc = { .apis = pluginApis }; -const struct AFB_plugin *pluginRegister () +const struct AFB_plugin *pluginRegister (const struct AFB_interface *itf) { return &plugin_desc; } -- cgit 1.2.3-korg