feat: add lock session protocol support (WIP)
This commit is contained in:
10
session.h
Normal file
10
session.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef DIYAC_SESSION_H
|
||||
#define DIYAC_SESSION_H
|
||||
|
||||
#include "diyac.h"
|
||||
|
||||
|
||||
void diyac_init_session_lock(struct diyac_server * server);
|
||||
void diyac_session_lock_output(struct diyac_output * output);
|
||||
void diyac_session_unlock_output(struct diyac_output* output);
|
||||
#endif
|
Reference in New Issue
Block a user