From 3f0979ee8bf09c9d5190c56f9facdcebb17a7680 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Wed, 1 Oct 2008 15:35:48 +0000 Subject: Support for passing options back and forth for enter_identity and hints back for select_identity. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20794 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/kim/kim_ui_plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/kim/kim_ui_plugin.h b/src/include/kim/kim_ui_plugin.h index 99923e510..a2058da83 100644 --- a/src/include/kim/kim_ui_plugin.h +++ b/src/include/kim/kim_ui_plugin.h @@ -76,6 +76,7 @@ typedef struct kim_ui_plugin_ftable_v0 { * If this UI calls into KIM to get new credentials it may * call auth_prompt below. */ kim_error (*enter_identity) (void *in_context, + kim_options io_options, kim_identity *out_identity); /* Present UI to select which identity to use. @@ -84,7 +85,7 @@ typedef struct kim_ui_plugin_ftable_v0 { * If this UI calls into KIM to get new credentials it may * call auth_prompt below. */ kim_error (*select_identity) (void *in_context, - kim_selection_hints in_hints, + kim_selection_hints io_hints, kim_identity *out_identity); /* Present UI to display authentication to the user */ -- cgit