krb5_princ_realm returns a pointer to krb5_data
authorSam Hartman <hartmans@mit.edu>
Tue, 15 Jan 2002 20:54:30 +0000 (20:54 +0000)
committerSam Hartman <hartmans@mit.edu>
Tue, 15 Jan 2002 20:54:30 +0000 (20:54 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14113 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/ChangeLog
doc/api/krb5.tex

index 72706752cdf1930e5779321f332bbc7b5d25b1c4..3728895f4b31f8cecd5ca04cb4d713745951de1a 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-15  Sam Hartman  <hartmans@mit.edu>
+
+       * krb5.tex (subsubsection{Principal access functions}): krb5_princ_realm returns a pointer.
+       
+
 2001-11-06  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile (clean): Delete *.ilg.
index 3feedd63eec52988cb8d48cca47caa30b2b24edf..1574f169b890974515cb5b4bb54a8797b6890b72 100644 (file)
@@ -369,7 +369,7 @@ If \funcparam{size} is non-null (whether or not \funcparam{*name} is
 null when the function is called), it will be filled in with the size
 of the unparsed name upon successful return.
 
-\begin{funcdecl}{krb5_princ_realm}{krb5_data}{\funcinout}
+\begin{funcdecl}{krb5_princ_realm}{krb5_data *}{\funcinout}
 \funcparam{krb5_context}{context}
 \funcparam{krb5_principal}{principal}
 \end{funcdecl}