summaryrefslogtreecommitdiff
path: root/include/user/net/net_syscalls.h
diff options
context:
space:
mode:
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
}