summaryrefslogtreecommitdiffstats
path: root/src/mac/libraries/CCache API/include/CCacheUtil.h
diff options
context:
space:
mode:
authorMiro Jurisic <meeroh@mit.edu>1999-02-25 00:15:23 +0000
committerMiro Jurisic <meeroh@mit.edu>1999-02-25 00:15:23 +0000
commitcfc19c9db92559a72adab7a56c4726b1429ab107 (patch)
tree1e16f6d98fbf78dd0f050f649b51f6fb09faea6c /src/mac/libraries/CCache API/include/CCacheUtil.h
parent57dee580eb1f752d0e38f3491a4c2fc3decb7045 (diff)
downloadkrb5-cfc19c9db92559a72adab7a56c4726b1429ab107.tar.gz
krb5-cfc19c9db92559a72adab7a56c4726b1429ab107.tar.xz
krb5-cfc19c9db92559a72adab7a56c4726b1429ab107.zip
Updated to CCache 2.0b1
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11216 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/libraries/CCache API/include/CCacheUtil.h')
-rw-r--r--src/mac/libraries/CCache API/include/CCacheUtil.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mac/libraries/CCache API/include/CCacheUtil.h b/src/mac/libraries/CCache API/include/CCacheUtil.h
deleted file mode 100644
index 23426fc67..000000000
--- a/src/mac/libraries/CCache API/include/CCacheUtil.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#include "CCache.h"
-
-#define kCredsMatch 1
-#define kCredsDiffer 0
-
-// ----- Prototypes for Private Functions ------------------
-cred_union ** newCredBuffer(ccache_p *nc);
-int credBufferInsert(ccache_p* nc, cred_union creds);
-int credBufferRemove(ccache_p* nc, const cred_union cred_to_remove);
-
-char credcmp (cred_union a, cred_union b);
-
-char isLockOurs(const ccache_p *nc);
-
-int copyDataObj(cc_data *obj, cc_data src);
-int copyV5Cred(cred_union src, cred_union **dest);
-int copyV4Cred(cred_union src, cred_union **dest);
-int dupNC(ccache_p* src, ccache_p** dest);
-void copyDataArray(cc_data **src, cc_data ***dest);
-
-void disposeDataArray(cc_data **base);
-int cc_free_cred_internals(cred_union *creds);
-int freeNCList(apiCB *cntrlBlock);
-int disposeCredBuffer(apiCB *cc_ctx, ccache_p *nc);
-
-Ptr NewSafePtr(long size);
-Ptr NewSafePtrSys(long size);
-void DisposeSafePtr(Ptr safeP);