summaryrefslogtreecommitdiffstats
path: root/doc/api/ccache.tex
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-06-05 10:05:19 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-06-05 10:05:19 +0000
commit621fcd7c5d846a542fe6d6b5e04fedc32dd39667 (patch)
treea88212d046f445a795f70acfc46e990912ad7809 /doc/api/ccache.tex
parentb1a0945cf50ef2d3708686257a0ef965c2cd0e35 (diff)
downloadkrb5-621fcd7c5d846a542fe6d6b5e04fedc32dd39667.tar.gz
krb5-621fcd7c5d846a542fe6d6b5e04fedc32dd39667.tar.xz
krb5-621fcd7c5d846a542fe6d6b5e04fedc32dd39667.zip
fix confusion on argument order for funcdecl
tell where flags are defined git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1005 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/ccache.tex')
-rw-r--r--doc/api/ccache.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/api/ccache.tex b/doc/api/ccache.tex
index 387b79eaa..aa79a1aba 100644
--- a/doc/api/ccache.tex
+++ b/doc/api/ccache.tex
@@ -10,7 +10,7 @@ to call either \funcname{krb5_cc_resolve_internal} or
\funcname{krb5_cc_gennew_internal}.
-\begin{funcdecl}{krb5_error_code}{krb5_cc_resolve_internal}{\funcout}
+\begin{funcdecl}{krb5_cc_resolve_internal}{krb5_error_code}{\funcout}
\funcarg{krb5_ccache *}{id}
\funcin
\funcarg{char *}{residual}
@@ -20,7 +20,7 @@ Creates a credentials cache named by \funcparam{residual} (which may be
interpreted differently by each type of ccache). The cache is not
opened, but the cache name is held in reserve.
-\begin{funcdecl}{krb5_error_code}{krb5_cc_gennew_internal}{\funcout}
+\begin{funcdecl}{krb5_cc_gennew_internal}{krb5_error_code}{\funcout}
\funcarg{krb5_ccache *}{id}
\end{funcdecl}
@@ -168,7 +168,8 @@ couldn't delete.
\funcarg{krb5_flags}{flags}
\end{funcdecl}
-Sets the flags on the cache \funcparam{id} to \funcparam{flags}.
+Sets the flags on the cache \funcparam{id} to \funcparam{flags}. Useful
+flags are defined in {\tt <krb5/ccache.h>}.
\subsubsection{Glue functions}