X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fproto-def.h;h=65f3466665b37bdc733e6041faa50341c04fd76d;hb=a4b35de73384d4394b5201838c1c785355d9a7fd;hp=0f5ca0482f7b7b63d9d62d58aa5124c4fe523d54;hpb=00857f9da5ae802794a4cb94aca576b11bfe6628;p=src%2Fapp-framework-binder.git diff --git a/include/proto-def.h b/include/proto-def.h index 0f5ca048..65f34666 100644 --- a/include/proto-def.h +++ b/include/proto-def.h @@ -26,6 +26,7 @@ PUBLIC int getQueryAll(AFB_request * request, char *query, size_t len); PUBLIC AFB_PostHandle* getPostHandle (AFB_request *request); PUBLIC json_object* getPostFile (AFB_request *request, AFB_PostItem *item, char* destination) ; PUBLIC AFB_PostCtx* getPostContext (AFB_request *request); +PUBLIC char* getPostPath (AFB_request *request); // rest-api PUBLIC void endPostRequest(AFB_PostHandle *posthandle);