[1863] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

keytab api documentation error for krb5_kt_next_entry()

daemon@ATHENA.MIT.EDU (michael shiplett)
Fri Apr 5 23:09:25 1996

To: krb5-bugs@MIT.EDU
From: michael shiplett <walrus@ans.net>
Date: Fri, 05 Apr 1996 23:09:10 -0500

Greetings,

  The Beta 5 API document has a prototype error for
krb5_kt_next_entry() in doc/api/keytab.tex. cursor should be a
pointer.

michael

===================================================================
RCS file: /usr/local/src/kerberos-5/doc/api/keytab.tex,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 keytab.tex
--- keytab.tex  1996/03/19 21:31:28     1.1.1.1
+++ keytab.tex  1996/04/06 04:06:30
@@ -42,7 +42,7 @@
 ``type'' is a type known to the library.
 
 Errors: badly formatted name.
-
+                
 \begin{funcdecl}{krb5_kt_default_name}{krb5_error_code}{\funcinout}
 \funcarg{krb5_context}{context}
 \funcin
@@ -186,7 +186,7 @@
 \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

home help back first fref pref prev next nref lref last post