mirror of
https://github.com/rapid7/metasploit-payloads
synced 2024-12-21 05:35:54 +01:00
14 lines
250 B
C
14 lines
250 B
C
#ifndef _METERPRETER_CLIENT_METCLI_H
|
|
#define _METERPRETER_CLIENT_METCLI_H
|
|
|
|
#include "../common/common.h"
|
|
|
|
#include "console.h"
|
|
#include "module.h"
|
|
|
|
VOID client_init_lock();
|
|
VOID client_acquire_lock();
|
|
VOID client_release_lock();
|
|
|
|
#endif
|