diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/afb-req-itf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afb-req-itf.h b/include/afb-req-itf.h index d4ade2be..df133f5c 100644 --- a/include/afb-req-itf.h +++ b/include/afb-req-itf.h @@ -44,6 +44,7 @@ struct afb_req { void *req_closure; void *ctx_closure; }; + static inline struct afb_arg afb_req_get(struct afb_req req, const char *name) { return req.itf->get(req.req_closure, name); |