1*7f2fe78bSCy Schubert #ifndef _TEST_CCAPI_ITERATORS_H_ 2*7f2fe78bSCy Schubert #define _TEST_CCAPI_ITERATORS_H_ 3*7f2fe78bSCy Schubert 4*7f2fe78bSCy Schubert #include "test_ccapi_globals.h" 5*7f2fe78bSCy Schubert 6*7f2fe78bSCy Schubert int check_cc_ccache_iterator_next(void); 7*7f2fe78bSCy Schubert 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*7f2fe78bSCy Schubert 9*7f2fe78bSCy Schubert int check_cc_credentials_iterator_next(void); 10*7f2fe78bSCy Schubert 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*7f2fe78bSCy Schubert 12*7f2fe78bSCy Schubert #endif /* _TEST_CCAPI_ITERATORS_H_ */ 13