summaryrefslogtreecommitdiffstats
path: root/src/ccapi/server/ccs_cache_collection.h
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2007-06-07 21:50:39 +0000
committerAlexandra Ellwood <lxs@mit.edu>2007-06-07 21:50:39 +0000
commit91984b0098d0452c3eed9c035357decad477a2ba (patch)
treed4a4f9fc988fdd13fcb0b441cf238fcee9198b74 /src/ccapi/server/ccs_cache_collection.h
parent5c349b8456b511265ae6c84e40b6f275fe7acdb2 (diff)
downloadkrb5-91984b0098d0452c3eed9c035357decad477a2ba.tar.gz
krb5-91984b0098d0452c3eed9c035357decad477a2ba.tar.xz
krb5-91984b0098d0452c3eed9c035357decad477a2ba.zip
Removed cross-compilation uses of inline because they don't do
anything on our compilers and were interfering with the Windows builds. If we need to we can revisit this later with an actual profiling tool. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19571 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/server/ccs_cache_collection.h')
-rw-r--r--src/ccapi/server/ccs_cache_collection.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ccapi/server/ccs_cache_collection.h b/src/ccapi/server/ccs_cache_collection.h
index 4d663f9925..b3278f7dbe 100644
--- a/src/ccapi/server/ccs_cache_collection.h
+++ b/src/ccapi/server/ccs_cache_collection.h
@@ -31,11 +31,11 @@
cc_int32 ccs_cache_collection_new (ccs_cache_collection_t *out_cache_collection);
-inline cc_int32 ccs_cache_collection_release (ccs_cache_collection_t io_cache_collection);
+cc_int32 ccs_cache_collection_release (ccs_cache_collection_t io_cache_collection);
-inline cc_int32 ccs_cache_collection_compare_identifier (ccs_cache_collection_t in_cache_collection,
- cci_identifier_t in_identifier,
- cc_uint32 *out_equal);
+cc_int32 ccs_cache_collection_compare_identifier (ccs_cache_collection_t in_cache_collection,
+ cci_identifier_t in_identifier,
+ cc_uint32 *out_equal);
cc_int32 ccs_cache_collection_changed (ccs_cache_collection_t io_cache_collection);