X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Fconstants.h;h=2e6d544127d7dbb5db248844f0881424179abed2;hb=HEAD;hp=0d94661584d1027e2ffbe39b98c52a71da7f8974;hpb=50e9f9ea7f7385a2c5931fca2b8fb1103078e67c;p=libs%2Fnet.git 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