aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/session/session.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/backend/session/session.h b/include/backend/session/session.h
new file mode 100644
index 00000000..626f470a
--- /dev/null
+++ b/include/backend/session/session.h
@@ -0,0 +1,8 @@
+#ifndef BACKEND_SESSION_SESSION_H
+#define BACKEND_SESSION_SESSION_H
+
+struct wlr_session;
+
+void session_init(struct wlr_session *session);
+
+#endif