1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-02 11:36:22 +01:00

Remove unused forward declarations

This commit is contained in:
OJ 2013-11-05 07:51:26 +10:00
parent 026447d011
commit fb4b6f6398

View File

@ -38,8 +38,6 @@ DWORD remote_response_core_console_write( Remote *remote, Packet *packet )
return ERROR_SUCCESS;
}
BOOL command_execute_base( Remote *remote, Packet *packet, const char* method, DWORD *result );
BOOL command_execute_extension( Remote *remote, Packet *packet, const char* method, DWORD *result );
BOOL command_is_inline( Command *command, Packet *packet );
Command* command_locate( Packet *packet );
DWORD command_validate_arguments(Command *command, Packet *packet);