From e7d5c6b4b04bb34172788fba5532b89e70a1f5ac Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 1 Dec 2008 20:38:32 +0000 Subject: Split headers for C file into own header. --- ckcapi-token.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ckcapi-token.c') diff --git a/ckcapi-token.c b/ckcapi-token.c index a1db1ab..c0a6977 100644 --- a/ckcapi-token.c +++ b/ckcapi-token.c @@ -18,6 +18,8 @@ */ #include "ckcapi.h" +#include "ckcapi-object.h" +#include "ckcapi-token.h" static CkCapiArray* object_array = NULL; static CkCapiHash* object_hash = NULL; @@ -54,6 +56,7 @@ ckcapi_token_get_count(void) return sizeof(slot_info) / sizeof(slot_info[0]); } +CK_SLOT_ID ckcapi_token_get_slot_id(unsigned int offset) { ASSERT(offset < ckcapi_token_get_count()); -- cgit v1.2.3