fw_img_payload/src/ios_exploit.h
2020-11-30 17:41:41 +01:00

15 lines
151 B
C

#ifndef _IOS_EXPLOIT_H_
#define _IOS_EXPLOIT_H_
#ifdef __cplusplus
extern "C" {
#endif
int ExecuteIOSExploit();
#ifdef __cplusplus
}
#endif
#endif