summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog1
-rw-r--r--src/include/k5-int.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 5cb27111d..fa9f14aa7 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,6 +1,7 @@
2004-12-08 Ken Raeburn <raeburn@mit.edu>
* k5-int.h (KRB5INT_ACCESS_STRUCT_VERSION): Bump to 9.
+ (struct _krb5int_access): Add function pointer field use_dns_kdc.
2004-12-06 Ken Raeburn <raeburn@mit.edu>
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 5ad06d2b4..1d913ed99 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1704,6 +1704,7 @@ typedef struct _krb5int_access {
const char *protocol,
struct srv_dns_entry **answers);
void (*free_srv_dns_data)(struct srv_dns_entry *);
+ int (*use_dns_kdc)(krb5_context);
/* krb4 compatibility stuff -- may be null if not enabled */
krb5_int32 (*krb_life_to_time)(krb5_int32, int);