manager: improve become_manager validation

This commit is contained in:
tiann
2022-12-23 12:50:07 +08:00
parent 64931d4ad1
commit 9391ebf79d
5 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#ifndef KERNELSU_KSU_H
#define KERNELSU_KSU_H
bool become_manager();
bool become_manager(const char*);
int get_version();