Azure IoT / azure_uamqp_c

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sasl_anonymous.h Source File

sasl_anonymous.h

00001 // Copyright (c) Microsoft. All rights reserved.
00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
00003 
00004 #ifndef SASL_ANONYMOUS_H
00005 #define SASL_ANONYMOUS_H
00006 
00007 #include "azure_uamqp_c/sasl_mechanism.h"
00008 
00009 #ifdef __cplusplus
00010 extern "C" {
00011 #endif /* __cplusplus */
00012 
00013 #include "azure_c_shared_utility/umock_c_prod.h"
00014 
00015     MOCKABLE_FUNCTION(, const SASL_MECHANISM_INTERFACE_DESCRIPTION*, saslanonymous_get_interface);
00016 
00017 #ifdef __cplusplus
00018 }
00019 #endif /* __cplusplus */
00020 
00021 #endif /* SASL_ANONYMOUS_H */