From 850010a96b6cbc3eae03edd891e50325e017b678 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 23 May 2020 18:06:48 +0200 Subject: Replaced in-house gdb stub by MIT-licensed implementation Imported from a fork of https://github.com/mborgerson/gdbstub --- libpcsxcore/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/socket.h') diff --git a/libpcsxcore/socket.h b/libpcsxcore/socket.h index 10d3c2fe..531a6485 100644 --- a/libpcsxcore/socket.h +++ b/libpcsxcore/socket.h @@ -42,7 +42,7 @@ int HasClient(int client_socket); enum read_socket_err ReadSocket(int client_socket, char *buffer, size_t *len); int RawReadSocket(int client_socket, char *buffer, size_t len); -void WriteSocket(int client_socket, const char *buffer, size_t len); +void WriteSocket(int client_socket, const void *buffer, size_t len); void SetsBlock(int s_socket); void SetsNonblock(int s_socket); -- cgit v1.2.3