summaryrefslogtreecommitdiffstats
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 d65e6ffa..3eb49742 100644
--- a/src/afb-context.h
+++ b/src/afb-context.h
@@ -38,7 +38,7 @@ struct afb_context
unsigned loa_changed: 1;
};
};
- int api_index;
+ void *api_key;
};
extern void afb_context_init(struct afb_context *context, struct afb_session *session, const char *token);