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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index e820b1ca46..a9a3c3c0e2 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1074,7 +1074,8 @@ struct plugin_interface {
#define PLUGIN_INTERFACE_KDCPREAUTH 3
#define PLUGIN_INTERFACE_CCSELECT 4
#define PLUGIN_INTERFACE_LOCALAUTH 5
-#define PLUGIN_NUM_INTERFACES 6
+#define PLUGIN_INTERFACE_HOSTREALM 6
+#define PLUGIN_NUM_INTERFACES 7
/* Retrieve the plugin module of type interface_id and name modname,
* storing the result into module. */