corrected version (with typedef struct IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE_DATA* IOTHUB_CLIENT_LL_UPLOADTOBLOB_HANDLE;) included in the sources

Dependents:   STM32F746_iothub_client_sample_mqtt

Fork of iothub_client by Azure IoT

Revision:
42:448eecc3676e
Parent:
40:1a94db9139ea
Child:
43:038d8511e817
--- a/iothub_client_ll.h	Mon May 23 07:35:31 2016 -0700
+++ b/iothub_client_ll.h	Tue Jun 07 10:49:08 2016 -0700
@@ -318,6 +318,8 @@
 	*/
 	extern IOTHUB_CLIENT_RESULT IoTHubClient_LL_SetOption(IOTHUB_CLIENT_LL_HANDLE iotHubClientHandle, const char* optionName, const void* value);
 
+    extern IOTHUB_CLIENT_RESULT IoTHubClient_LL_UploadToBlob(IOTHUB_CLIENT_LL_HANDLE iotHubClientHandle, const char* destinationFileName, const unsigned char* source, size_t size);
+
 #ifdef __cplusplus
 }
 #endif