X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;fp=src%2Fafb-context.h;h=3eb4974242b5e4e470daae5aa01661a3b3776128;hb=3bf52bb36ed428d0a7b947519fbccc7c376fd4a9;hp=d65e6ffa8407d27272060aa4080df2b15b9f469e;hpb=8ab18c9dd70205755b67001ce27a499c0196ad63;p=src%2Fapp-framework-binder.git 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);