18 строки
379 B
C
18 строки
379 B
C
// Copyright (c) Microsoft. All rights reserved.
|
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
|
|
|
#ifndef IOTHUB_CLIENT_SAMPLE_MQTT_H
|
|
#define IOTHUB_CLIENT_SAMPLE_MQTT_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void iothub_client_sample_mqtt_run(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* IOTHUB_CLIENT_SAMPLE_MQTT_H */
|