Move cc_mutex code from k5-int.h - where it is globally available to cc-int.h
authorEzra Peisach <epeisach@mit.edu>
Mon, 1 Dec 2008 12:16:33 +0000 (12:16 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 1 Dec 2008 12:16:33 +0000 (12:16 +0000)
commit02416c882d81807c07625ab8666ffc61aa33ba3d
treec29899fca4bbdd5727d449cd477109c7f0e180ae
parentc09d15126e63f351dd1a8d9962bd27aa0a94b74b
Move cc_mutex code from k5-int.h - where it is globally available to cc-int.h
where it is declared and used.  The functions are not exported by the library -
nor are they used outside lib/krb5/ccache...  For cc_file.h - include cc-int.h.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21205 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/lib/krb5/ccache/cc-int.h
src/lib/krb5/ccache/cc_file.c