afb-context: add const qualifier for api_key
[src/app-framework-binder.git] / src / afb-context.h
index f1af362..47e488c 100644 (file)
@@ -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;