1#ifndef _TEST_CCAPI_UTIL_H_
2#define _TEST_CCAPI_UTIL_H_
3
4#include "test_ccapi_globals.h"
5#include "test_ccapi_log.h"
6
7cc_int32 destroy_all_ccaches(cc_context_t context);
8
9cc_int32 new_v5_creds_union(cc_credentials_union *out_union, const char *realm);
10void release_v5_creds_union(cc_credentials_union *creds_union);
11int compare_v5_creds_unions(const cc_credentials_union *a, const cc_credentials_union *b);
12
13#endif /* _TEST_CCAPI_UTIL_H_ */
14