9 lines
204 B
C
9 lines
204 B
C
#ifndef DIYA_SESSION_LOCK_H
|
|
#define DIYA_SESSION_LOCK_H
|
|
|
|
#include "session-shell.h"
|
|
|
|
void diya_session_shell_lock(DiyaSessionShell* shell);
|
|
void diya_session_shell_unlock(DiyaSessionShell* shell);
|
|
|
|
#endif |