summaryrefslogtreecommitdiffstats
path: root/src/lib/ccapi/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ccapi/include')
-rw-r--r--src/lib/ccapi/include/datastore.h7
-rw-r--r--src/lib/ccapi/include/generic_lists.h7
2 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/ccapi/include/datastore.h b/src/lib/ccapi/include/datastore.h
index 4f119f969f..7bb8b093d8 100644
--- a/src/lib/ccapi/include/datastore.h
+++ b/src/lib/ccapi/include/datastore.h
@@ -53,13 +53,6 @@
#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;
};
diff --git a/src/lib/ccapi/include/generic_lists.h b/src/lib/ccapi/include/generic_lists.h
index 4d49e276bd..14b7ae28c3 100644
--- a/src/lib/ccapi/include/generic_lists.h
+++ b/src/lib/ccapi/include/generic_lists.h
@@ -49,6 +49,13 @@
#ifndef __CC_GENERIC_LISTS_H_
#define __CC_GENERIC_LISTS_H_
+enum cc_list_type {
+ generic = 0,
+ context,
+ cache,
+ credentials
+};
+
struct cc_generic_list_node_t {
cc_uint8* data;
cc_uint32 len;