From 71bc89ed452de3b5aa6356087280554e58ae4456 Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Tue, 22 Jan 2008 16:34:31 +0000 Subject: Make windows debug message line endings match the Mac endings. Windows needs k5-platform helper function declared explicitly. Change definition of ccs_pipe_t for windows. #define strdup -- it's now deprecated on windows. TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20201 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/lib/ccapi_context.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ccapi/lib/ccapi_context.h') diff --git a/src/ccapi/lib/ccapi_context.h b/src/ccapi/lib/ccapi_context.h index 4ac0b06c3a..a9989a1264 100644 --- a/src/ccapi/lib/ccapi_context.h +++ b/src/ccapi/lib/ccapi_context.h @@ -75,4 +75,9 @@ cc_int32 ccapi_context_compare (cc_context_t in_context, cc_context_t in_compare_to_context, cc_uint32 *out_equal); +#ifdef WIN32 +void cci_thread_init_helper(); +#endif + + #endif /* CCAPI_CONTEXT_H */ -- cgit