aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-context.h')
-rw-r--r--src/afb-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-context.h b/src/afb-context.h
index ceda5d24..55605858 100644
--- a/src/afb-context.h
+++ b/src/afb-context.h
@@ -47,6 +47,7 @@ extern const char *afb_context_sent_uuid(struct afb_context *context);
extern void *afb_context_get(struct afb_context *context);
extern void afb_context_set(struct afb_context *context, void *value, void (*free_value)(void*));
+extern void *afb_context_data(struct afb_context *context, void *(*make_value)(void), void (*free_value)(void*));
extern void afb_context_close(struct afb_context *context);
extern void afb_context_refresh(struct afb_context *context);