mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Minor log_daemon changes
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user