hackedteam/core-android-native

View on GitHub
selinux_native/jni/suidext/su.h

Summary

Maintainability
Test Coverage

#ifndef SU_h 
#define SU_h 1


int run_daemon();
int su_main(int argc, char *argv[], int need_client);


#endif