9 lines
156 B
C
9 lines
156 B
C
#ifndef DIYA_SESSION_H
|
|
#define DIYA_SESSION_H
|
|
|
|
#include "shell.h"
|
|
|
|
void diya_shell_lock(DiyaShell* shell);
|
|
void diya_shell_unlock(DiyaShell* shell);
|
|
|
|
#endif |