fix confusion on argument order for funcdecl
authorJohn Kohl <jtkohl@mit.edu>
Tue, 5 Jun 1990 10:05:19 +0000 (10:05 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 5 Jun 1990 10:05:19 +0000 (10:05 +0000)
tell where flags are defined

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1005 dc483132-0cff-0310-8789-dd5450dbe970

doc/api/ccache.tex
doc/implement/ccache-i.tex

index 387b79eaa7246b39d5ab7e017026eb4fdf282301..aa79a1abae7e9f99068c07b77be2e334391b4867 100644 (file)
@@ -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}
index 387b79eaa7246b39d5ab7e017026eb4fdf282301..aa79a1abae7e9f99068c07b77be2e334391b4867 100644 (file)
@@ -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}