update for HEAD-2003091401
[reactos.git] / ntoskrnl / rtl / time.c
index f4e3515..8b30b31 100644 (file)
@@ -58,6 +58,9 @@ static __inline void NormalizeTimeFields(CSHORT *FieldToNormalize,
 
 /* FUNCTIONS *****************************************************************/
 
+/*
+ * @unimplemented
+ */
 VOID
 STDCALL
 RtlTimeToTimeFields(
@@ -138,6 +141,9 @@ RtlTimeToTimeFields(
   TimeFields->Day = (CSHORT) (Days + 1);
 }
 
+/*
+ * @unimplemented
+ */
 BOOLEAN
 STDCALL
 RtlTimeFieldsToTime(
@@ -191,6 +197,9 @@ RtlTimeFieldsToTime(
 }
 
 
+/*
+ * @implemented
+ */
 VOID
 STDCALL
 RtlSecondsSince1970ToTime(
@@ -205,6 +214,9 @@ RtlSecondsSince1970ToTime(
 }
 
 
+/*
+ * @implemented
+ */
 VOID
 STDCALL
 RtlSecondsSince1980ToTime(
@@ -219,6 +231,9 @@ RtlSecondsSince1980ToTime(
 }
 
 
+/*
+ * @implemented
+ */
 BOOLEAN
 STDCALL
 RtlTimeToSecondsSince1970(
@@ -239,6 +254,9 @@ RtlTimeToSecondsSince1970(
 }
 
 
+/*
+ * @implemented
+ */
 BOOLEAN
 STDCALL
 RtlTimeToSecondsSince1980(