You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit adds the first base for C99 zygiskd, that is not fully working or code-ready.
7 lines
87 B
C
7 lines
87 B
C
#ifndef ZYGISKD_H
|
|
#define ZYGISKD_H
|
|
|
|
void zygiskd_start(void);
|
|
|
|
#endif /* ZYGISKD_H */
|