summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index a9a3c3c0e..ab97f40bb 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1117,6 +1117,7 @@ struct _kdb_log_context;
typedef struct krb5_preauth_context_st krb5_preauth_context;
struct ccselect_module_handle;
struct localauth_module_handle;
+struct hostrealm_module_handle;
struct _krb5_context {
krb5_magic magic;
krb5_enctype *in_tkt_etypes;
@@ -1163,6 +1164,9 @@ struct _krb5_context {
/* localauth module stuff */
struct localauth_module_handle **localauth_handles;
+ /* hostrealm module stuff */
+ struct hostrealm_module_handle **hostrealm_handles;
+
/* error detail info */
struct errinfo err;