ms_timeofday now takes ui_2* for milliseconds
authorJohn Kohl <jtkohl@mit.edu>
Wed, 3 Oct 1990 09:53:10 +0000 (09:53 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 3 Oct 1990 09:53:10 +0000 (09:53 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1166 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/libos.tex
doc/implement/libos-i.tex

index 6454e9916f949d464e97d984d266f4799e100c9d..7fe801b3dc31bd0d60ed1205c3e854227602d178 100644 (file)
@@ -102,8 +102,8 @@ epoch.
 encoding as needed]
 
 \begin{funcdecl}{krb5_ms_timeofday}{krb5_error_code}{\funcout}
-\funcarg{int32 *}{seconds}
-\funcarg{int16 *}{milliseconds}
+\funcarg{krb5_int32 *}{seconds}
+\funcarg{krb5_ui_2 *}{milliseconds}
 \end{funcdecl}
 
 Retrieves the system time of day, in seconds since the local system's
index 6454e9916f949d464e97d984d266f4799e100c9d..7fe801b3dc31bd0d60ed1205c3e854227602d178 100644 (file)
@@ -102,8 +102,8 @@ epoch.
 encoding as needed]
 
 \begin{funcdecl}{krb5_ms_timeofday}{krb5_error_code}{\funcout}
-\funcarg{int32 *}{seconds}
-\funcarg{int16 *}{milliseconds}
+\funcarg{krb5_int32 *}{seconds}
+\funcarg{krb5_ui_2 *}{milliseconds}
 \end{funcdecl}
 
 Retrieves the system time of day, in seconds since the local system's