diff options
author | Sam Hartman <hartmans@mit.edu> | 1996-04-21 08:21:19 +0000 |
---|---|---|
committer | Sam Hartman <hartmans@mit.edu> | 1996-04-21 08:21:19 +0000 |
commit | 28a6ee5ebb666a6886eaddfb58f71b0141e029cf (patch) | |
tree | f271e2731fec35796a2ce6d1b22b6c772c291721 /doc/api | |
parent | dfb72e73bd4ef7c5f2f40a4073a37471af7dd71b (diff) | |
download | krb5-28a6ee5ebb666a6886eaddfb58f71b0141e029cf.tar.gz krb5-28a6ee5ebb666a6886eaddfb58f71b0141e029cf.tar.xz krb5-28a6ee5ebb666a6886eaddfb58f71b0141e029cf.zip |
Fix keytab prototype
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7851 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/keytab.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/keytab.tex b/doc/api/keytab.tex index 740c9de07..ce09f58ff 100644 --- a/doc/api/keytab.tex +++ b/doc/api/keytab.tex @@ -186,7 +186,7 @@ Prepares to read sequentially every key in the keytab identified by \funcout \funcarg{krb5_keytab_entry *}{entry} \funcinout -\funcarg{krb5_kt_cursor}{cursor} +\funcarg{krb5_kt_cursor *}{cursor} \end{funcdecl} Fetches the ``next'' entry in the keytab, returning it in |