mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-03 10:51:53 +00:00
Don't pass by reference
This commit is contained in:
@@ -19,5 +19,5 @@ int cpio_commands(int argc, char *argv[]);
|
||||
int dtb_commands(int argc, char *argv[]);
|
||||
|
||||
char *patch_verity(const void *buf, uint32_t &size, bool inplace = false);
|
||||
void patch_encryption(void *&buf, uint32_t &size);
|
||||
void patch_encryption(void *buf, uint32_t &size);
|
||||
bool check_env(const char *name);
|
||||
|
||||
Reference in New Issue
Block a user