From 2f5983837ed870e7633ee33398a3ce18f1d9c9cf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Wed, 9 Jul 1997 01:33:50 +0000 Subject: [PATCH] redid part git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2078 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/config_file.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/krb5/config_file.h b/lib/krb5/config_file.h index 0955e5a09..d5ffcd028 100644 --- a/lib/krb5/config_file.h +++ b/lib/krb5/config_file.h @@ -15,6 +15,9 @@ struct krb5_config_binding { typedef struct krb5_config_binding krb5_config_binding; +typedef krb5_config_binding krb5_config_section; + +#if 0 struct krb5_config_section { char *name; krb5_config_binding *list; @@ -22,5 +25,6 @@ struct krb5_config_section { }; typedef struct krb5_config_section krb5_config_section; +#endif #endif /* __CONFIG_FILE_H__ */