// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef MQTT_CLIENT_SAMPLE_H #define MQTT_CLIENT_SAMPLE_H #ifdef __cplusplus extern "C" { #endif void mqtt_client_sample_run(void); #ifdef __cplusplus } #endif #endif // MQTT_CLIENT_SAMPLE_H