X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apis.h;h=dc4401cff0391fcfe0bd7b9b24fb42ab90bb3782;hb=1205c90cccd3144bab24b4b5fd8dcbf0d0e6b570;hp=a37df5d318756abd0fa33f25bedc8391cda346f2;hpb=cc4b56b6710624c069642d1a510d0060949fe5b9;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apis.h b/src/afb-apis.h index a37df5d3..dc4401cf 100644 --- a/src/afb-apis.h +++ b/src/afb-apis.h @@ -34,4 +34,6 @@ extern int afb_apis_add_path(const char *path); extern int afb_apis_add_pathset(const char *pathset); +struct afb_req; +extern int afb_apis_handle(struct afb_req req, const char *api, size_t lenapi, const char *verb, size_t lenverb);