From 89db2820d03f280d0bf0e217d520e89c2bb8acd2 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Tue, 30 Sep 2008 21:23:17 +0000 Subject: CCAPI should use common ipc and stream code KIM and CCAPI should share the same IPC and stream object types. Modified CCAPI to use code in src/util (stream) and src/util/mac (ipc) ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20787 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/lib/ccapi_credentials.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ccapi/lib/ccapi_credentials.h') diff --git a/src/ccapi/lib/ccapi_credentials.h b/src/ccapi/lib/ccapi_credentials.h index bde0b2c03..9307e684b 100644 --- a/src/ccapi/lib/ccapi_credentials.h +++ b/src/ccapi/lib/ccapi_credentials.h @@ -30,10 +30,10 @@ #include "cci_common.h" cc_int32 cci_credentials_read (cc_credentials_t *out_credentials, - cci_stream_t in_stream); + k5_ipc_stream in_stream); cc_int32 cci_credentials_write (cc_credentials_t in_credentials, - cci_stream_t in_stream); + k5_ipc_stream in_stream); cc_int32 ccapi_credentials_compare (cc_credentials_t in_credentials, cc_credentials_t in_compare_to_credentials, -- cgit