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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-context.h b/src/afb-context.h
index f1af3622..47e488c4 100644
--- a/src/afb-context.h
+++ b/src/afb-context.h
@@ -22,7 +22,7 @@ struct afb_session;
struct afb_context
{
struct afb_session *session;
- void *api_key;
+ const void *api_key;
struct afb_context *super;
union {
unsigned flags;