We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a27f8f commit 4a1a954Copy full SHA for 4a1a954
source/include/shadow.h
@@ -31,6 +31,12 @@
31
/* Standard includes. */
32
#include <stdint.h>
33
34
+/* *INDENT-OFF* */
35
+#ifdef __cplusplus
36
+ extern "C" {
37
+#endif
38
+/* *INDENT-ON* */
39
+
40
/* SHADOW_DO_NOT_USE_CUSTOM_CONFIG allows building the Shadow library
41
* without a custom config. If a custom config is provided, the
42
* SHADOW_DO_NOT_USE_CUSTOM_CONFIG macro should not be defined. */
@@ -1055,4 +1061,10 @@ ShadowStatus_t Shadow_MatchTopic( const char * pTopic,
1055
1061
uint16_t * pThingNameLength );
1056
1062
/* @[declare_shadow_matchtopic] */
1057
1063
1064
1065
1066
+ }
1067
1068
1069
1058
1070
#endif /* ifndef SHADOW_H_ */
0 commit comments