Add the function afb_req_get_uid
[src/app-framework-binder.git] / include / afb / afb-request-itf.h
index e542442..d9d9c83 100644 (file)
@@ -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);
+
 };