X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsession.h;h=fa6f9c2d9a460c845e1c49af86344308e5b018ed;hb=c94e1ef88adc641ebbab57377b97f8a7b6a70d1b;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*)); +