PS2SDK
PS2 Homebrew Libraries
ps2ips.h
Go to the documentation of this file.
1 /*
2 # _____ ___ ____ ___ ____
3 # ____| | ____| | | |____|
4 # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5 #-----------------------------------------------------------------------
6 # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
7 # Licenced under Academic Free License version 2.0
8 # Review ps2sdk README & LICENSE files for further details.
9 */
10 
16 #ifndef __PS2IPS_H__
17 #define __PS2IPS_H__
18 
19 #ifndef LIBCGLUE_SYS_SOCKET_ALIASES
20 #define LIBCGLUE_SYS_SOCKET_ALIASES 1
21 #endif
22 
23 #include <sys/socket.h>
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 extern int ps2ip_init(void);
30 extern void ps2ip_deinit(void);
31 
32 #ifdef __cplusplus
33 }
34 #endif
35 
36 #endif /* __PS2IPS_H__ */