]> git.tdb.fi Git - libs/net.git/blobdiff - source/constants.h
Prepare for assimilating msphttp
[libs/net.git] / source / constants.h
diff --git a/source/constants.h b/source/constants.h
deleted file mode 100644 (file)
index 0d94661..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef MSP_NET_CONSTANTS_H_
-#define MSP_NET_CONSTANTS_H_
-
-namespace Msp {
-namespace Net {
-
-enum Family
-{
-       UNSPEC,
-       INET,
-       INET6,
-       UNIX
-};
-
-int family_to_sys(Family);
-Family family_from_sys(int);
-
-} // namespace Net
-} // namespace Msp
-
-#endif