source: azure_iot_hub_f767zi/trunk/azure_iot_sdk/provisioning_client/inc/azure_prov_client/prov_edge_trusted_certificates.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 462 bytes
Line 
1// Copyright (c) Microsoft. All rights reserved.
2// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
4#ifndef PROV_EDGE_TRUSTED_CERTIFICATES_H
5#define PROV_EDGE_TRUSTED_CERTIFICATES_H
6
7#ifdef __cplusplus
8extern "C" {
9#else
10#endif /* __cplusplus */
11
12
13MOCKABLE_FUNCTION(, const char*, prov_get_edge_trusted_certificates);
14
15
16#ifdef __cplusplus
17}
18#endif /* __cplusplus */
19
20
21#endif // PROV_EDGE_TRUSTED_CERTIFICATES_H
Note: See TracBrowser for help on using the repository browser.