From 88f8dad1d04a503573215ffd43b64ffb6c1df9be Mon Sep 17 00:00:00 2001 From: CelesteBlue-dev Date: Wed, 19 Dec 2018 10:51:12 +0100 Subject: Update SceNetPs (#376) Update SceNetPs, net_syscalls.h, net.h--- include/user/net/net_syscalls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/user/net') diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h index 6a6693d..9752be9 100644 --- a/include/user/net/net_syscalls.h +++ b/include/user/net/net_syscalls.h @@ -7,7 +7,7 @@ extern "C" { #endif -int sceNetConnectForSyscalls(int s, const SceNetSockaddr *name, unsigned int namelen); +int sceNetSyscallConnect(int s, const SceNetSockaddr *name, unsigned int namelen); #ifdef __cplusplus } -- cgit v1.2.3