X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apis.h;h=e269b4c486b28fdc57bb9ce5a027a09c1c37b998;hb=5c1e761a2f84439b6e53ff1682ee665a7db2bca1;hp=76969782cd638bb6e737028ca66c38e279518bce;hpb=b4d45c6cbdd3d98706e16303dd7c55a0a0713a1f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apis.h b/src/afb-apis.h index 76969782..e269b4c4 100644 --- a/src/afb-apis.h +++ b/src/afb-apis.h @@ -28,6 +28,7 @@ struct afb_api extern int afb_apis_count(); +extern int afb_apis_is_valid_api_name(const char *name); extern int afb_apis_add(const char *name, struct afb_api api); extern void afb_apis_call(struct afb_req req, struct afb_context *context, const char *api, size_t lenapi, const char *verb, size_t lenverb); extern void afb_apis_call_(struct afb_req req, struct afb_context *context, const char *api, const char *verb);