1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-18 15:14:10 +01:00

14 lines
250 B
C
Raw Normal View History

#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