swaylock/include/comm.h

9 lines
168 B
C
Raw Normal View History

2019-01-16 16:35:14 -06:00
#ifndef _SWAYLOCK_COMM_H
#define _SWAYLOCK_COMM_H
bool spawn_comm_child(void);
ssize_t read_comm_request(char **buf_ptr);
bool write_comm_reply(bool success);
#endif