X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-service-itf.h;h=1218cd5b2a97248c3930e6862f101683e00a05ec;hb=7059e59cddc1c81321639875636e88895bc14309;hp=ac40cf79b4ee7d75cd3d21bb3942c22cd4111c32;hpb=ef908d903929988ad01f9df94415fc9c3ddebcac;p=src%2Fapp-framework-binder.git 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) {