summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-08-29 11:39:07 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-08-29 11:39:07 +0000
commit5fa2f5ba93fc2ee36ae110c2af44cf85761a8fae (patch)
tree5880cabc3f1ab33ab2ce3393fe55685554819b8d /doc
parent9fd0e87072c84f538123a6bb5d7f6ec82fae5eb1 (diff)
downloadkrb5-5fa2f5ba93fc2ee36ae110c2af44cf85761a8fae.tar.gz
krb5-5fa2f5ba93fc2ee36ae110c2af44cf85761a8fae.tar.xz
krb5-5fa2f5ba93fc2ee36ae110c2af44cf85761a8fae.zip
fix missing space
add krb5_address_order git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1059 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc')
-rw-r--r--doc/api/krb5.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/api/krb5.tex b/doc/api/krb5.tex
index 633e5a95a0..a53b3f4a10 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}