summaryrefslogtreecommitdiff
path: root/libpcsxcore/socket.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-05-29 00:05:08 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2020-06-04 23:14:52 +0200
commitcb2d7f800a9fc276b96fd0927fa6d8ec9f5a31c8 (patch)
tree3fcd11e34885c4dddc459c875c94e3b958d7750a /libpcsxcore/socket.h
parent850010a96b6cbc3eae03edd891e50325e017b678 (diff)
downloadpcsxr-cb2d7f800a9fc276b96fd0927fa6d8ec9f5a31c8.tar.gz
Implemented port-specific wrappers and logic for gdb stub
Diffstat (limited to 'libpcsxcore/socket.h')
-rw-r--r--libpcsxcore/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/socket.h b/libpcsxcore/socket.h
index 531a6485..852c76a4 100644
--- a/libpcsxcore/socket.h
+++ b/libpcsxcore/socket.h
@@ -35,7 +35,7 @@ enum read_socket_err
int StartServer(unsigned short port);
void StopServer(int s_socket);
-int GetClient(int s_socket);
+int GetClient(int s_socket, int blocking);
void CloseClient(int client_socket);
int HasClient(int client_socket);