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:
10:38383e246675
Parent:
9:3ec7e2695f98
diff -r 3ec7e2695f98 -r 38383e246675 iothub_client_ll.h
--- a/iothub_client_ll.h	Tue Sep 22 20:36:48 2015 -0700
+++ b/iothub_client_ll.h	Sat Sep 26 00:18:01 2015 -0700
@@ -120,7 +120,7 @@
  *
  *			Sample connection string:
  *				<blockquote>
- *					<pre>HostName=[IoT Hub name goes here].[IoT Hub suffix goes here, e.g., private.azure-devices-int.net];DeviceId= [Device ID goes here];SharedAccessKey= [Device key goes here];</pre>
+ *					<pre>HostName=[IoT Hub name goes here].[IoT Hub suffix goes here, e.g., private.azure-devices-int.net];DeviceId=[Device ID goes here];SharedAccessKey=[Device key goes here];</pre>
  *				</blockquote>
  * 
  * @return	A non-NULL @c IOTHUB_CLIENT_LL_HANDLE value that is used when