metasploit-framework/external/source/exploits/CVE-2017-13861/async_wake.h

12 lines
172 B
C

#ifndef async_wake_h
#define async_wake_h
#include <stdio.h>
#ifdef __cplusplus
extern "C"
#endif
kern_return_t async_wake(mach_port_t* tfp0);
#endif /* async_wake_h */