summaryrefslogtreecommitdiff
path: root/include/user/net/net_syscalls.h
blob: 9e9fc07c02cf4e91ee55b3c8aa8a715182118d79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
	Vita Development Suite Libraries
*/

#ifndef _PSP2_NET_NET_SYSCALLS_H_
#define _PSP2_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 /* _PSP2_NET_NET_SYSCALLS_H_ */