7 lines
127 B
C
7 lines
127 B
C
#ifndef __KSU_H_APK_V2_SIGN
|
|
#define __KSU_H_APK_V2_SIGN
|
|
|
|
// return 0 if signature match
|
|
int is_manager_apk(char* path);
|
|
|
|
#endif |