diff options
Diffstat (limited to 'src/ccapi/server/ccs_ccache.h')
-rw-r--r-- | src/ccapi/server/ccs_ccache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccapi/server/ccs_ccache.h b/src/ccapi/server/ccs_ccache.h index 21c9f410fe..9d4e607a89 100644 --- a/src/ccapi/server/ccs_ccache.h +++ b/src/ccapi/server/ccs_ccache.h @@ -40,7 +40,7 @@ cc_int32 ccs_ccache_reset (ccs_ccache_t io_ccache, cc_uint32 in_cred_vers, const char *in_principal); -cc_int32 ccs_ccache_swap_contents (ccs_ccache_t io_source_ccache, +cc_int32 ccs_ccache_swap_contents (ccs_ccache_t io_source_ccache, ccs_ccache_t io_destination_ccache, ccs_cache_collection_t io_cache_collection); |