Move IPV4_LOCALHOST to net.h
This constant will be used from several files.
This commit is contained in:
@@ -22,8 +22,11 @@
|
||||
# include <sys/socket.h>
|
||||
# define SC_INVALID_SOCKET -1
|
||||
typedef int sc_socket;
|
||||
|
||||
#endif
|
||||
|
||||
#define IPV4_LOCALHOST 0x7F000001
|
||||
|
||||
bool
|
||||
net_init(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user