Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2017-13861/async_wake.h
21463 views
1
#ifndef async_wake_h
2
#define async_wake_h
3
4
#include <stdio.h>
5
6
#ifdef __cplusplus
7
extern "C"
8
#endif
9
kern_return_t async_wake(mach_port_t* tfp0);
10
11
#endif /* async_wake_h */
12
13