Reduce files relying on flags.h

This commit is contained in:
topjohnwu
2022-06-17 16:36:03 -07:00
parent db277c3e55
commit db1f5b0397
3 changed files with 6 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ void reboot();
void start_log_daemon();
void setup_logfile(bool reset);
void magisk_logging();
std::string read_certificate(int fd, bool check_version = false);
std::string read_certificate(int fd, int version = -1);
// Module stuffs
void handle_modules();