improves the build system
[src/app-framework-binder.git] / plugins / audio / audio-api.c
index 4eeed92..8956f80 100644 (file)
@@ -349,7 +349,7 @@ static const struct AFB_plugin pluginDesc = {
     }
 };
 
-const struct AFB_plugin *pluginAfbV1Entry (const struct AFB_interface *itf)
+const struct AFB_plugin *pluginAfbV1Register (const struct AFB_interface *itf)
 {
        return &pluginDesc;
 }