Merge branch 'master' of github.com:iotbzh/afb-daemon
[src/app-framework-binder.git] / plugins / samples / ClientCtx.c
index cda6abb..0ea8808 100644 (file)
@@ -132,8 +132,9 @@ static const struct AFB_plugin plugin_desc = {
        .freeCtxCB = (void*)freeCtxCB
 };
 
-const struct AFB_plugin *pluginRegister ()
+const struct AFB_plugin *pluginRegister (const struct AFB_interface *itf)
 {
+       global_handle.anythingYouWant = "anythingYouWant";
        return &plugin_desc;
 }