You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Move the helper function to higher level
This commit is contained in:
@@ -103,7 +103,6 @@ typedef enum {
|
||||
} policy_t;
|
||||
|
||||
extern int from_uid, from_pid;
|
||||
extern int quit_signals[];
|
||||
|
||||
// su.c
|
||||
|
||||
@@ -127,7 +126,6 @@ policy_t database_check(struct su_context *ctx);
|
||||
|
||||
// misc.c
|
||||
|
||||
void setup_sighandlers(void (*handler)(int));
|
||||
void set_identity(unsigned uid);
|
||||
char *get_command(const struct su_request *to);
|
||||
int fork_zero_fucks();
|
||||
|
||||
Reference in New Issue
Block a user