From: Ezra Peisach Date: Mon, 27 Oct 2008 19:01:12 +0000 (+0000) Subject: Remove empty declaration of struct _krb5_kt_ops after the fully defined structure X-Git-Tag: krb5-1.7-alpha1~258 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=585ab80e390e8a61241eff1125d501207a17a749;p=krb5.git Remove empty declaration of struct _krb5_kt_ops after the fully defined structure git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20926 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-int.h b/src/include/k5-int.h index a42fb7493..574c8c87c 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -2251,7 +2251,6 @@ krb5_error_code krb5int_aes_decrypt(const krb5_keyblock *key, const krb5_data *ivec, const krb5_data *input, krb5_data *output); -struct _krb5_kt_ops; struct _krb5_kt { /* should move into k5-int.h */ krb5_magic magic; const struct _krb5_kt_ops *ops;