summaryrefslogtreecommitdiff
path: root/include/user/net/net_syscalls.h
diff options
context:
space:
mode:
authorCelesteBlue-dev2018-12-19 10:51:12 +0100
committerRémy F2018-12-19 10:51:12 +0100
commit88f8dad1d04a503573215ffd43b64ffb6c1df9be (patch)
tree60eb283e99f8047f21096583bbbc0896f77ab2f7 /include/user/net/net_syscalls.h
parentMerge pull request #372 from Princess-of-Sleeping/master (diff)
downloadvds-libraries-88f8dad1d04a503573215ffd43b64ffb6c1df9be.tar.gz
Update SceNetPs (#376)
Update SceNetPs, net_syscalls.h, net.h
Diffstat (limited to 'include/user/net/net_syscalls.h')
-rw-r--r--include/user/net/net_syscalls.h2
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
}