mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-08 14:36:22 +01:00
7 lines
183 B
C
7 lines
183 B
C
|
#ifndef _METERPRETER_SOURCE_ELEVATOR_NAMEDPIPESERVICE_H
|
||
|
#define _METERPRETER_SOURCE_ELEVATOR_NAMEDPIPESERVICE_H
|
||
|
|
||
|
BOOL elevator_namedpipeservice( char * cpServiceName );
|
||
|
|
||
|
#endif
|