need cursor pointer in keytab routines
authorJohn Kohl <jtkohl@mit.edu>
Fri, 31 Aug 1990 14:14:26 +0000 (14:14 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 31 Aug 1990 14:14:26 +0000 (14:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1064 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/keytab.h

index 0ea2dbbe47deb3bcc9e9c5f174d1de3c60d95ae7..19da0a5af0ca3c767259f806fd39abd191c57cfb 100644 (file)
@@ -52,9 +52,9 @@ typedef struct _krb5_kt_ops {
                                                    krb5_kt_cursor *)); 
        krb5_error_code (*get_next) PROTOTYPE((krb5_keytab,
                                               krb5_keytab_entry *,
-                                              krb5_kt_cursor));
+                                              krb5_kt_cursor *));
        krb5_error_code (*end_get) PROTOTYPE((krb5_keytab,
-                                             krb5_kt_cursor));
+                                             krb5_kt_cursor *));
        /* routines to be included on extended version (write routines) */
        krb5_error_code (*add) PROTOTYPE((krb5_keytab,
                                          krb5_keytab_entry *));