CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/external/source/exploits/CVE-2017-13861/async_wake.h
Views: 11778
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