diff options
Diffstat (limited to 'include/user')
-rw-r--r-- | include/user/net/net_syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |