X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v2.h;h=180e61ae8e7345c7244b6fb0dccd3cd378949f8d;hb=a289811d452020de3aa03cd2d9c1d21e4386c241;hp=28078973acdcd64007b7bb1c4807bf16b918d118;hpb=c6046d8d5fda932fa61e3396fdbdfc1614fbe028;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v2.h b/src/afb-api-so-v2.h index 28078973..180e61ae 100644 --- a/src/afb-api-so-v2.h +++ b/src/afb-api-so-v2.h @@ -18,4 +18,8 @@ #pragma once +struct afb_apiset; +struct afb_binding_v2; + extern int afb_api_so_v2_add(const char *path, void *handle, struct afb_apiset *apiset); +extern int afb_api_so_v2_add_binding(struct afb_binding_v2 *binding, void *handle, struct afb_apiset *apiset);