X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsession.h;h=fa6f9c2d9a460c845e1c49af86344308e5b018ed;hb=e22f8536c5f8833828a6d5cb8f5a77a8c0712e08;hp=44c6d7be1adf131147a48f6e08089db50924209f;hpb=5f65a54eda6644f3e151c4f60ae88d9e163abcba;p=src%2Fapp-framework-binder.git diff --git a/src/session.h b/src/session.h index 44c6d7be..fa6f9c2d 100644 --- a/src/session.h +++ b/src/session.h @@ -39,3 +39,6 @@ extern void ctxClientSetLOA (struct AFB_clientCtx *clientCtx, unsigned loa); extern void *ctxClientValueGet(struct AFB_clientCtx *clientCtx, int index); extern void ctxClientValueSet(struct AFB_clientCtx *clientCtx, int index, void *value, void (*free_value)(void*)); +extern void *ctxClientCookieGet(struct AFB_clientCtx *clientCtx, const void *key); +extern int ctxClientCookieSet(struct AFB_clientCtx *clientCtx, const void *key, void *value, void (*free_value)(void*)); +