X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fconstants.h;fp=source%2Fnet%2Fconstants.h;h=2e6d544127d7dbb5db248844f0881424179abed2;hp=0d94661584d1027e2ffbe39b98c52a71da7f8974;hb=593c8202bf8c6ecc563aaacf0811aef953b45f09;hpb=cc2e643d6ec3025db3fb6f0a4c1f77af05cf1026 diff --git a/source/net/constants.h b/source/net/constants.h index 0d94661..2e6d544 100644 --- a/source/net/constants.h +++ b/source/net/constants.h @@ -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