From b2247ca634420ed0d5ecc1743834ea4e0666aa2a Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Tue, 26 Jan 2016 09:16:56 +0100 Subject: GetPostPath Ongoing --- include/proto-def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit 1.2.3-korg