From b5dce4285a9330d25542528030ce93da78e36375 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Sun, 28 Sep 2008 19:43:47 +0000 Subject: Create common stream and ipc layer for CCAPI and KIM. Will switch CCAPI to this new code later though, so as not to destabilize KfM and the Windows builds. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20769 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/kim/kim_ui_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/kim') diff --git a/src/include/kim/kim_ui_plugin.h b/src/include/kim/kim_ui_plugin.h index b7d48ad89..0f6895ffc 100644 --- a/src/include/kim/kim_ui_plugin.h +++ b/src/include/kim/kim_ui_plugin.h @@ -40,7 +40,7 @@ enum kim_prompt_type_enum { kim_prompt_type_password = 0, kim_prompt_type_preauth = 1 }; - + /* * Plugins for Controlling Identity Selection and Credential Acquisition * -- cgit