X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-session.h;h=b27cbc801d43848fbbb4ea4455769ed101fe1a4b;hb=9fcc6c5d9cb59065e57fa24a80a8912516c8c20c;hp=37cbeeeb80d7bc9f30a540e930b7471a34b70d26;hpb=ef3d8bddfd976643620f56471a4711cd0daa197f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-session.h b/src/afb-session.h index 37cbeeeb..b27cbc80 100644 --- a/src/afb-session.h +++ b/src/afb-session.h @@ -35,6 +35,8 @@ extern struct afb_session *afb_session_addref(struct afb_session *session); extern void afb_session_unref(struct afb_session *session); 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);