summaryrefslogtreecommitdiffstats
path: root/src/afb-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-session.h')
-rw-r--r--src/afb-session.h1
1 files changed, 1 insertions, 0 deletions
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);