From cfb4fa42b8d7adce183dfcf5f84aed72ee8391bf Mon Sep 17 00:00:00 2001 From: Princess of Sleeping Date: Mon, 19 Nov 2018 22:33:19 +0900 Subject: Add net_syscalls.h and sceNetConnectForSyscalls --- include/user/net/net_syscalls.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 include/user/net/net_syscalls.h (limited to 'include/user/net') diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h new file mode 100644 index 0000000..6a6693d --- /dev/null +++ b/include/user/net/net_syscalls.h @@ -0,0 +1,16 @@ +#ifndef _PSP2_NET_NET_SYSCALLS_H_ +#define _PSP2_NET_NET_SYSCALLS_H_ + +#include + +#ifdef __cplusplus +extern "C" { +#endif + +int sceNetConnectForSyscalls(int s, const SceNetSockaddr *name, unsigned int namelen); + +#ifdef __cplusplus +} +#endif + +#endif /* _PSP2_NET_NET_SYSCALLS_H_ */ -- cgit v1.2.3