Commit 803c5377 authored by topjohnwu's avatar topjohnwu

Clean init.c

parent 7c12bf7f
......@@ -48,7 +48,7 @@ extern char *argv0; /* For changing process name */
#define applet_names ((const char *[]) { "magisk", "su", "resetprop", "magiskhide", "imgtool", NULL })
#define init_applet ((const char *[]) { "magiskpolicy", "supolicy", NULL })
extern int (*applet_main[]) (int, char *[]), (*init_applet_main[]) (int, char *[]);
extern int (*applet_main[]) (int, char *[]);
// Multi-call entrypoints
int magisk_main(int argc, char *argv[]);
......
......@@ -43,7 +43,6 @@
#include "magiskrc.h"
#include "utils.h"
#include "daemon.h"
#include "magisk.h"
#include "flags.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment