mirror of https://github.com/n1nj4sec/pupy.git
client/linux: add missing prototype for mainThread
This commit is contained in:
parent
74ed0e9d4c
commit
572499542f
|
@ -8,6 +8,8 @@ void initialize(bool isDll);
|
|||
int execute(void * lpArg);
|
||||
void deinitialize();
|
||||
|
||||
uint32_t mainThread(int argc, char *argv[], bool so);
|
||||
|
||||
void setup_jvm_class();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue