X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsession.h;h=4a1c400bdefef604addaa8c839e03db4ccc1a5c2;hb=54b2652e94cfa7840dbebcba46edd5459e7c6e86;hp=10af74fd161795cbf1c326e08d8c440600a0e40b;hpb=21974dca8364f3d267dd912e92521f6252dddf02;p=src%2Fapp-framework-binder.git diff --git a/src/session.h b/src/session.h index 10af74fd..4a1c400b 100644 --- a/src/session.h +++ b/src/session.h @@ -26,7 +26,7 @@ struct AFB_clientCtx char token[37]; // short term authentication of remote client }; -extern void ctxStoreInit (int nbSession, int timeout, int apicount, const char *initok); +extern void ctxStoreInit (int nbSession, int timeout, const char *initok); extern struct AFB_clientCtx *ctxClientGetForUuid (const char *uuid); extern struct AFB_clientCtx *ctxClientGet(struct AFB_clientCtx *clientCtx);