X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-session.h;h=d79ec414dfe268d682f6eb976c702554d7301943;hb=b659dabd9d8a72b810d212a1b938409185a81432;hp=37cbeeeb80d7bc9f30a540e930b7471a34b70d26;hpb=31075cdfdc15bb7474e96051d7f19135227f3e15;p=src%2Fapp-framework-binder.git diff --git a/src/afb-session.h b/src/afb-session.h index 37cbeeeb..d79ec414 100644 --- a/src/afb-session.h +++ b/src/afb-session.h @@ -33,8 +33,11 @@ extern const char *afb_session_uuid (struct afb_session *session); extern struct afb_session *afb_session_addref(struct afb_session *session); extern void afb_session_unref(struct afb_session *session); +extern void afb_session_set_autoclose(struct afb_session *session, int autoclose); extern void afb_session_close(struct afb_session *session); +extern int afb_session_is_active (struct afb_session *session); +extern int afb_session_is_closed (struct afb_session *session); extern int afb_session_check_token(struct afb_session *session, const char *token); extern void afb_session_new_token(struct afb_session *session);