2025-03-10 13:43:01 +01:00
|
|
|
#ifndef DIYA_SESSION_LOCK_H
|
|
|
|
#define DIYA_SESSION_LOCK_H
|
2024-04-17 01:05:53 +02:00
|
|
|
|
2025-03-11 00:00:28 +01:00
|
|
|
#include "session-shell.h"
|
2024-04-17 01:05:53 +02:00
|
|
|
|
2025-03-11 00:00:28 +01:00
|
|
|
void diya_session_shell_lock(DiyaSessionShell* shell);
|
|
|
|
void diya_session_shell_unlock(DiyaSessionShell* shell);
|
2025-03-05 14:29:54 +01:00
|
|
|
|
2024-04-17 01:05:53 +02:00
|
|
|
#endif
|