mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 12:42:36 +00:00
Adding some missing headers to pspnet_inet
This commit is contained in:
@@ -19,7 +19,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
int sceNetInetInit(void);
|
||||
int sceNetInetSelect(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout);
|
||||
int sceNetInetTerm(void);
|
||||
int sceNetInetGetErrno(void);
|
||||
|
||||
/* The real sceNetInet socket prototypes are in <sys/socket.h>. */
|
||||
#ifdef DOXYGEN
|
||||
|
||||
Reference in New Issue
Block a user