// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef PROV_TRANSPORT_MQTT_CLIENT_H #define PROV_TRANSPORT_MQTT_CLIENT_H #ifdef __cplusplus extern "C" { #include #include #else #include #include #endif /* __cplusplus */ #include "umock_c/umock_c_prod.h" #include "azure_macro_utils/macro_utils.h" #include "azure_prov_client/prov_transport.h" MOCKABLE_FUNCTION(, const PROV_DEVICE_TRANSPORT_PROVIDER*, Prov_Device_MQTT_Protocol); #ifdef __cplusplus } #endif /* __cplusplus */ #endif // PROV_TRANSPORT_MQTT_CLIENT_H