X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-ditf.h;h=3e8d99a7ee104c2d556698057fccec55fe3c6624;hb=3634c468ec7de94f6911c532a606625418fa5133;hp=7d56c604bb4e01a57878fe26eb065375e4f57dec;hpb=e62227977bbc161d2d0ae49951f9a4fbf02a354e;p=src%2Fapp-framework-binder.git diff --git a/src/afb-ditf.h b/src/afb-ditf.h index 7d56c604..3e8d99a7 100644 --- a/src/afb-ditf.h +++ b/src/afb-ditf.h @@ -24,7 +24,6 @@ #include -#include "afb-apis.h" #include "afb-svc.h" #include "afb-evt.h" #include "afb-common.h" @@ -44,4 +43,5 @@ struct afb_ditf extern void afb_ditf_init(struct afb_ditf *ditf, const char *prefix); extern void afb_ditf_rename(struct afb_ditf *ditf, const char *prefix); +extern void afb_ditf_update_hook(struct afb_ditf *ditf);