[ros-diffs] [hpoussin] 32284: Add RtlTimeToSecondsSince1970() prototype

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Mon Feb 11 13:49:22 CET 2008


Author: hpoussin
Date: Mon Feb 11 15:49:21 2008
New Revision: 32284

URL: http://svn.reactos.org/svn/reactos?rev=32284&view=rev
Log:
Add RtlTimeToSecondsSince1970() prototype

Modified:
    trunk/reactos/include/ndk/rtlfuncs.h

Modified: trunk/reactos/include/ndk/rtlfuncs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtlfuncs.h?rev=32284&r1=32283&r2=32284&view=diff
==============================================================================
--- trunk/reactos/include/ndk/rtlfuncs.h (original)
+++ trunk/reactos/include/ndk/rtlfuncs.h Mon Feb 11 15:49:21 2008
@@ -3052,6 +3052,14 @@
 NTSYSAPI
 VOID
 NTAPI
+RtlTimeToSecondsSince1970(
+    PLARGE_INTEGER Time,
+    OUT PULONG SecondsSince1970
+);
+
+NTSYSAPI
+VOID
+NTAPI
 RtlTimeToTimeFields(
     PLARGE_INTEGER Time,
     PTIME_FIELDS TimeFields




More information about the Ros-diffs mailing list