diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-05-03 05:57:32 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-05-03 05:57:32 +0000 |
| commit | 497619fa22f0afaabe106a80b3d9d8606d8b04d1 (patch) | |
| tree | 0d217a8cf2d185b8d0869e007bf414a2f19277f8 /doc/api/ccache.tex | |
| parent | c89b63f703a026397e048c214e277cb50ba8cf17 (diff) | |
| download | krb5-497619fa22f0afaabe106a80b3d9d8606d8b04d1.tar.gz krb5-497619fa22f0afaabe106a80b3d9d8606d8b04d1.tar.xz krb5-497619fa22f0afaabe106a80b3d9d8606d8b04d1.zip | |
Up to date API specs
Still needed:
a) Some formatting fixing
b) Final check of all prototypes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5698 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api/ccache.tex')
| -rw-r--r-- | doc/api/ccache.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/ccache.tex b/doc/api/ccache.tex index 8f2fd25ca..79fb927b7 100644 --- a/doc/api/ccache.tex +++ b/doc/api/ccache.tex @@ -17,7 +17,7 @@ the name in \funcparam{string_name}. Requires that \funcparam{string_name} be of the form ``type:residual'' and ``type'' is a type known to the library. -\begin{funcdecl}{krb5_cc_generate_new}{krb5_error_code}{\funcinout} +\begin{funcdecl}{krb5_cc_gen_new}{krb5_error_code}{\funcinout} \funcarg{krb5_context}{context} \funcin \funcarg{krb5_cc_ops *}{ops} @@ -91,7 +91,7 @@ Destroys the credentials cache identified by \funcparam{id}, invalidates the credentials cache. Requires that \funcparam{id} identifies a valid credentials cache. After return, \funcparam{id} must not be used unless it is first reinitialized using \funcname{krb5_cc_resolve} or -\funcname{krb5_cc_generate_new}. +\funcname{krb5_cc_gen_new}. Errors: permission errors. @@ -105,7 +105,7 @@ Closes the credentials cache \funcparam{id}, invalidates acquired during use of the credentials cache. Requires that \funcparam{id} identifies a valid credentials cache. After return, \funcparam{id} must not be used unless it is first reinitialized using -\funcname{krb5_cc_resolve} or \funcname{krb5_cc_generate_new}. +\funcname{krb5_cc_resolve} or \funcname{krb5_cc_gen_new}. \begin{funcdecl}{krb5_cc_store_cred}{krb5_error_code}{\funcinout} |
