From: John Kohl Date: Wed, 29 Aug 1990 11:39:07 +0000 (+0000) Subject: fix missing space X-Git-Tag: krb5-1.0-alpha2~352 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5fa2f5ba93fc2ee36ae110c2af44cf85761a8fae;p=krb5.git fix missing space add krb5_address_order git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1059 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex index 633e5a95a..a53b3f4a1 100644 --- a/doc/api/krb5.tex +++ b/doc/api/krb5.tex @@ -411,7 +411,7 @@ Returns system errors. \begin{funcdecl}{krb5_rd_req_simple}{krb5_error_code}{\funcin} \funcarg{const krb5_data *}{inbuf} \funcarg{const krb5_principal}{server} -\funcarg{constkrb5_address *}{sender_addr} +\funcarg{const krb5_address *}{sender_addr} \funcout \funcarg{krb5_tkt_authent *}{authdat} \end{funcdecl} @@ -678,6 +678,13 @@ If the two principals are the same, return TRUE, else return FALSE. Return an ordering on the two full addresses: 0 if the same, $< 0$ if first is less than 2nd, $> 0$ if first is greater than 2nd. +\begin{funcdecl}{krb5_address_order}{int}{\funcin} +\funcarg{const krb5_address *}{addr1} +\funcarg{const krb5_address *}{addr2} +\end{funcdecl} + +Return an ordering on the two addresses: 0 if the same, +$< 0$ if first is less than 2nd, $> 0$ if first is greater than 2nd. \begin{funcdecl}{krb5_copy_keyblock}{krb5_error_code}{\funcin} \funcarg{krb5_keyblock *}{from}