Minor log_daemon changes

This commit is contained in:
topjohnwu
2018-11-04 17:23:08 -05:00
parent 411ea56a3e
commit 5e4d2dedbe
2 changed files with 11 additions and 10 deletions

View File

@ -43,9 +43,9 @@ int connect_daemon();
// log_monitor.c
extern int log_daemon_started;
extern bool log_daemon_started;
int connect_log_daemon();
int start_log_daemon();
bool start_log_daemon();
// socket.c