#ifndef _PSP2_NET_NET_SYSCALLS_H_ #define _PSP2_NET_NET_SYSCALLS_H_ #include #ifdef __cplusplus extern "C" { #endif int sceNetSyscallConnect(int s, const SceNetSockaddr *name, unsigned int namelen); #ifdef __cplusplus } #endif #endif /* _PSP2_NET_NET_SYSCALLS_H_ */