summaryrefslogtreecommitdiff
path: root/include/user/net/net_syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/user/net/net_syscalls.h20
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 */