Udiff kdb_hdr.h
--- /net/etna.eng/build7/semery/mit2/webrev/usr/src/lib/krb5/kdb/kdb_hdr.h-     Wed Sep  8 17:00:12 2004
+++ kdb_hdr.h   Wed Sep  8 13:40:55 2004
@@ -1,14 +1,14 @@
 /*
- * Copyright 1999-2002 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #ifndef _KDB_HDR_H
 #define        _KDB_HDR_H
 
-#pragma ident  "@(#)kdb_hdr.h  1.4     04/09/08 SMI"
+#pragma ident  "@(#)kdb_hdr.h  1.3     04/02/20 SMI"
 
 #include <krb5.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -22,10 +22,15 @@
  * that break the spec file creation and resolution process.
  *
  * lib/kdb/kdb_hdr.h
  */
 
+#ifndef __KADM5_ADMIN_H__
+struct _kadm5_config_params; 
+typedef struct _kadm5_config_params kadm5_config_params;
+#endif
+
 #if defined(KRB5_NO_CONST) || (defined(__ultrix) && !defined(__GNUC__))
 #define krb5_const
 #else
 #define krb5_const const
 #endif