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:
22:b8732db970af
Parent:
16:deba40344375
Child:
32:6e9d81a62085
--- a/iothub_client_private.h	Thu Dec 17 18:23:39 2015 -0800
+++ b/iothub_client_private.h	Fri Jan 15 15:49:41 2016 -0800
@@ -29,6 +29,7 @@
 #define MESSAGE_ENDPOINT "/messages/devicebound"
 #define MESSAGE_ENDPOINT_HTTP "/messages/devicebound"
 #define MESSAGE_ENDPOINT_HTTP_ETAG "/messages/devicebound/"
+#define CLIENT_DEVICE_TYPE_PREFIX "iothubclient/"
 #define CBS_REPLY_TO "cbs"
 #define CBS_ENDPOINT "/$" CBS_REPLY_TO
 #define API_VERSION "?api-version=2015-08-15-preview"