mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +01:00
7 lines
212 B
C
7 lines
212 B
C
#ifndef _METERPRETER_SOURCE_EXTENSION_ESPIA_ESPIA_SERVER_AUDIO_H
|
|
#define _METERPRETER_SOURCE_EXTENSION_ESPIA_ESPIA_SERVER_AUDIO_H
|
|
|
|
DWORD request_audio_get_dev_audio(Remote *remote, Packet *packet);
|
|
|
|
#endif
|