fix warning in test_cc_credentials_iterator_next.c
[krb5.git] / src / ccapi / test / test_cc_credentials_iterator_next.c
1 #include <stdio.h>
2 #include <limits.h>
3
4 #include "test_ccapi_check.h"
5 #include "test_ccapi_constants.h"
6 #include "test_ccapi_context.h"
7 #include "test_ccapi_ccache.h"
8 #include "test_ccapi_iterators.h"
9
10 int main (int argc, const char * argv[]) {
11
12         cc_int32 err = ccNoError;
13         T_CCAPI_INIT;
14         err = check_cc_credentials_iterator_next();
15     return err;
16 }