Sha256: a8fbb739dac09bcbcd968d211ab7c705459ed1f7e665ed082583863629bbe8e9
Contents?: true
Size: 846 Bytes
Versions: 3
Compression:
Stored size: 846 Bytes
Contents
/* * Copyright 2019-present MongoDB, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #ifndef MONGOCRYPT_CACHE_COLLINFO_PRIVATE_H #define MONGOCRYPT_CACHE_COLLINFO_PRIVATE_H #include "mongocrypt-cache-private.h" void _mongocrypt_cache_collinfo_init(_mongocrypt_cache_t *cache); #endif /* MONGOCRYPT_CACHE_COLLINFO_PRIVATE_H */
Version data entries
3 entries across 3 versions & 1 rubygems