From: John Kohl Date: Tue, 5 Jun 1990 10:05:19 +0000 (+0000) Subject: fix confusion on argument order for funcdecl X-Git-Tag: krb5-1.0-alpha2~406 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=621fcd7c5d846a542fe6d6b5e04fedc32dd39667;p=krb5.git 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 --- 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 }. \subsubsection{Glue functions} diff --git a/doc/implement/ccache-i.tex b/doc/implement/ccache-i.tex index 387b79eaa..aa79a1aba 100644 --- a/doc/implement/ccache-i.tex +++ b/doc/implement/ccache-i.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 }. \subsubsection{Glue functions}