From ed78d33f1fe22af3f45b115ce4d271fa1373eea7 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 15 Dec 1996 23:07:06 +0000 Subject: [PATCH] Add krb5_kt_cursor git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1113 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 4a51865aa..fd302f81d 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -199,7 +199,7 @@ typedef struct krb5_keytab_entry { } krb5_keytab_entry; typedef struct krb5_kt_cursor { - int foo; + int fd; } krb5_kt_cursor; typedef struct krb5_auth_context{