mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
8 lines
146 B
C
8 lines
146 B
C
#ifndef BACKEND_SESSION_SESSION_H
|
|
#define BACKEND_SESSION_SESSION_H
|
|
|
|
struct wlr_session;
|
|
|
|
void session_init(struct wlr_session *session);
|
|
|
|
#endif
|