summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-08-05 14:43:24 -0400
committerGreg Hudson <ghudson@mit.edu>2013-08-15 12:27:39 -0400
commitd61fbd85467c71c9bfb185e0e675e1619972bd0b (patch)
tree7657cff654502e6ef3e8e54625b4ef29bdca0e9d /src/include/k5-int.h
parente7b3a8cad4dcd6f52d094e81595aa4aee817e898 (diff)
downloadkrb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.gz
krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.xz
krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.zip
Add hostrealm pluggable interface definition
ticket: 7687 (new)
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. */