From 04241c8168fe8826b4fc7a80500577b50936b57a Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 10 Oct 2017 18:21:54 +0200 Subject: Add the function afb_req_get_uid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9caf38ee3811cf10b546489094f0bb5b3d844c40 Signed-off-by: José Bollo --- include/afb/afb-request-itf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/afb/afb-request-itf.h') diff --git a/include/afb/afb-request-itf.h b/include/afb/afb-request-itf.h index e542442c..d9d9c835 100644 --- a/include/afb/afb-request-itf.h +++ b/include/afb/afb-request-itf.h @@ -198,5 +198,8 @@ struct afb_request_itf void (*callback)(void*, int, struct json_object*, struct afb_request *request), void *cb_closure); + int (*get_uid)( + struct afb_request *request); + }; -- cgit 1.2.3-korg