mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 21:27:41 +02:00
Remove invincible mode
This commit is contained in:
@ -41,8 +41,8 @@ enum {
|
||||
|
||||
// daemon.c
|
||||
|
||||
void start_daemon(int post_fs_data);
|
||||
int connect_daemon(int post_fs_data);
|
||||
void start_daemon();
|
||||
int connect_daemon();
|
||||
void auto_start_magiskhide();
|
||||
|
||||
// socket.c
|
||||
|
Reference in New Issue
Block a user