X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-session.h;fp=src%2Fafb-session.h;h=d79ec414dfe268d682f6eb976c702554d7301943;hb=bb5d6e408b08d82b89e0b1e91e05a0e4c0226c18;hp=b27cbc801d43848fbbb4ea4455769ed101fe1a4b;hpb=9fcc6c5d9cb59065e57fa24a80a8912516c8c20c;p=src%2Fapp-framework-binder.git diff --git a/src/afb-session.h b/src/afb-session.h index b27cbc80..d79ec414 100644 --- a/src/afb-session.h +++ b/src/afb-session.h @@ -33,6 +33,7 @@ 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);