improves api
[src/app-framework-binder.git] / src / afb-apis.c
index 2822575..bcb4242 100644 (file)
@@ -83,6 +83,11 @@ error:
        return -1;
 }
 
+void afb_apis_call_(struct afb_req req, struct AFB_clientCtx *context, const char *api, const char *verb)
+{
+       afb_apis_call(req, context, api, strlen(api), verb, strlen(verb));
+}
+
 void afb_apis_call(struct afb_req req, struct AFB_clientCtx *context, const char *api, size_t lenapi, const char *verb, size_t lenverb)
 {
        int i;