warnings when compiling generic_lists.c
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/ccapi@18096
dc483132-0cff-0310-8789-
dd5450dbe970
#include "CredentialsCache.h"\r
#include "generic_lists.h"\r
\r
-/* this is an incomplete enumeration just including the generic type */\r
-enum cc_list_type {\r
- generic = 0\r
-};\r
-\r
/**\r
* cci_generic_iterate_has_next()\r
*\r
#include "rpc_auth.h"
#include "generic_lists.h"
-enum cc_list_type {
- generic = 0,
- context,
- cache,
- credentials
-};
-
struct cc_context_iterate_t {
cc_context_list_node_t* next;
};
#ifndef __CC_GENERIC_LISTS_H_\r
#define __CC_GENERIC_LISTS_H_\r
\r
+enum cc_list_type {\r
+ generic = 0,\r
+ context,\r
+ cache,\r
+ credentials\r
+};\r
+\r
struct cc_generic_list_node_t {\r
cc_uint8* data;\r
cc_uint32 len;\r