diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2016-01-26 09:16:56 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2016-01-26 09:16:56 +0100 |
commit | b2247ca634420ed0d5ecc1743834ea4e0666aa2a (patch) | |
tree | 0e8c72dadd5410ba42c26193d899d7df2d621fda /include/proto-def.h | |
parent | d809e9b8fc03a0a08060034c6ddbd4b4c4176399 (diff) |
GetPostPath Ongoing
Diffstat (limited to 'include/proto-def.h')
-rw-r--r-- | include/proto-def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |