branch update for HEAD-2003091401
[reactos.git] / lib / ws2_32 / misc / bsd.c
index 9675611..d87cb20 100644 (file)
@@ -9,6 +9,9 @@
  */
 #include <ws2_32.h>
 
+/*
+ * @implemented
+ */
 ULONG
 EXPORT
 htonl(
@@ -17,6 +20,10 @@ htonl(
   return DH2N(hostlong);
 }
 
+
+/*
+ * @implemented
+ */
 USHORT
 EXPORT
 htons(
@@ -25,6 +32,10 @@ htons(
   return WH2N(hostshort);
 }
 
+
+/*
+ * @implemented
+ */
 ULONG
 EXPORT
 ntohl(
@@ -33,6 +44,10 @@ ntohl(
   return DN2H(netlong);
 }
 
+
+/*
+ * @implemented
+ */
 USHORT
 EXPORT
 ntohs(