diff options
author | CelesteBlue-dev | 2018-12-19 10:51:12 +0100 |
---|---|---|
committer | Rémy F | 2018-12-19 10:51:12 +0100 |
commit | 88f8dad1d04a503573215ffd43b64ffb6c1df9be (patch) | |
tree | 60eb283e99f8047f21096583bbbc0896f77ab2f7 /include/user | |
parent | Merge pull request #372 from Princess-of-Sleeping/master (diff) | |
download | vds-libraries-88f8dad1d04a503573215ffd43b64ffb6c1df9be.tar.gz |
Update SceNetPs (#376)
Update SceNetPs, net_syscalls.h, net.h
Diffstat (limited to '')
-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 } |