1 #ifndef _TEST_CCAPI_ITERATORS_H_
2 #define _TEST_CCAPI_ITERATORS_H_
3 
4 #include "test_ccapi_globals.h"
5 
6 int check_cc_ccache_iterator_next(void);
7 cc_int32 check_once_cc_ccache_iterator_next(cc_ccache_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const char *description);
8 
9 int check_cc_credentials_iterator_next(void);
10 cc_int32 check_once_cc_credentials_iterator_next(cc_credentials_iterator_t iterator, cc_uint32 expected_count, cc_int32 expected_err, const char *description);
11 
12 #endif /* _TEST_CCAPI_ITERATORS_H_ */
13