diff options
Diffstat (limited to 'include/user/net/net_syscalls.h')
-rw-r--r-- | include/user/net/net_syscalls.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/user/net/net_syscalls.h b/include/user/net/net_syscalls.h deleted file mode 100644 index a1441cb..0000000 --- a/include/user/net/net_syscalls.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - Vita Development Suite Libraries -*/ - -#ifndef _VDSUITE_USER_NET_NET_SYSCALLS_H -#define _VDSUITE_USER_NET_NET_SYSCALLS_H - -#include <net.h> - -#ifdef __cplusplus -extern "C" { -#endif - -int sceNetSyscallConnect(int s, const SceNetSockaddr *name, unsigned int namelen); - -#ifdef __cplusplus -} -#endif - -#endif /* _VDSUITE_USER_NET_NET_SYSCALLS_H */ |