]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/constants.h
Move the address family enum into sockaddr.h
[libs/net.git] / source / net / constants.h
index 0d94661584d1027e2ffbe39b98c52a71da7f8974..2e6d544127d7dbb5db248844f0881424179abed2 100644 (file)
@@ -1,21 +1,8 @@
 #ifndef MSP_NET_CONSTANTS_H_
 #define MSP_NET_CONSTANTS_H_
 
-namespace Msp {
-namespace Net {
+#warning "This header is deprected and should not be used"
 
-enum Family
-{
-       UNSPEC,
-       INET,
-       INET6,
-       UNIX
-};
-
-int family_to_sys(Family);
-Family family_from_sys(int);
-
-} // namespace Net
-} // namespace Msp
+#include "sockaddr.h"
 
 #endif