From 5fa2f5ba93fc2ee36ae110c2af44cf85761a8fae Mon Sep 17 00:00:00 2001 From: John Kohl Date: Wed, 29 Aug 1990 11:39:07 +0000 Subject: fix missing space add krb5_address_order git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1059 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/api/krb5.tex | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/api') 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} -- cgit