X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fsession.h;h=4a1c400bdefef604addaa8c839e03db4ccc1a5c2;hb=83ce3b29a598141f8f28afde655beb07ec78c312;hp=10af74fd161795cbf1c326e08d8c440600a0e40b;hpb=94014f46d4751492133f65b12f1dea1cfa36d021;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);