From: John Kohl Date: Thu, 18 Jan 1990 17:32:23 +0000 (+0000) Subject: fix typo X-Git-Tag: krb5-1.0-alpha2~1256 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=993c1f108ae8a6c10279c45d7772284789ea1329;p=krb5.git fix typo git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@126 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ccache.h b/src/include/krb5/ccache.h index c5db07568..ee4f32c79 100644 --- a/src/include/krb5/ccache.h +++ b/src/include/krb5/ccache.h @@ -41,7 +41,7 @@ typedef struct _krb5_cc_ops { int (*end_get) PROTOTYPE((krb5_ccache, krb5_cc_cursor *)); int (*remove_cred) PROTOTYPE((krb5_ccache, krb5_flags, krb5_creds *)); - int (*set_flags) PROTOTYPE((krb5_ccache, krb5_cflags)); + int (*set_flags) PROTOTYPE((krb5_ccache, krb5_flags)); } krb5_cc_ops; /* for retrieve_cred */