Move msg.c and marshall.c to common library
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 22 May 2006 17:17:07 +0000 (17:17 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 22 May 2006 17:17:07 +0000 (17:17 +0000)
commit46feb62dc0a36171dd14d33a9aab8b9af42fc595
tree43bee6834f96e61af6fa4e5b2223bb1f9b9d05c4
parentecf87aec8e5fde32f8f3e72849b434308900917d
Move msg.c and marshall.c to common library

Add dllmain.c which contains the Windows DllMain() entry
point.  This must be moved later to a Windows specific
directory.

Cleanup type usage and function name references.

All that is missing now from the client DLL is a definition
of cci_perform_rpc() which is the entry point to the IPC
routine.

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18028 dc483132-0cff-0310-8789-dd5450dbe970
13 files changed:
src/lib/ccapi/client/NTMakefile
src/lib/ccapi/client/cacheapi.c
src/lib/ccapi/client/ccache.c
src/lib/ccapi/client/ccache_iterator.c
src/lib/ccapi/client/ccapiv2.c
src/lib/ccapi/client/ccstring.c
src/lib/ccapi/client/ccstring.h
src/lib/ccapi/client/context.c
src/lib/ccapi/client/credentials.c
src/lib/ccapi/client/credentials_iterator.c
src/lib/ccapi/client/dllmain.c [new file with mode: 0644]
src/lib/ccapi/client/marshall.c [deleted file]
src/lib/ccapi/client/msg.c [deleted file]