X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-session.h;h=c76d676907baa99b7718747374785267d2e2db5e;hb=79ccbbb1843431c8b4acb3230e82d5cff415c7a4;hp=b5dc3944774f9fbf3c3e2f7a3e02f22982613f00;hpb=dbb880d5cfab46eba2a3594521c5847fa74c3b70;p=src%2Fapp-framework-binder.git diff --git a/src/afb-session.h b/src/afb-session.h index b5dc3944..c76d6769 100644 --- a/src/afb-session.h +++ b/src/afb-session.h @@ -22,7 +22,7 @@ struct afb_session; extern void afb_session_init(int max_session_count, int timeout, const char *initok); extern const char *afb_session_initial_token(); -extern struct afb_session *afb_session_create (const char *uuid, int timeout); +extern struct afb_session *afb_session_create (int timeout); extern struct afb_session *afb_session_get (const char *uuid, int *created); extern const char *afb_session_uuid (struct afb_session *session);