MQTTPacket fixes

Fork of MQTTPacket by MQTT

Files at this revision

API Documentation at this revision

Comitter:
icraggs
Date:
Wed Jul 02 13:21:37 2014 +0000
Parent:
9:3893bc7343f4
Child:
11:f6574a654c6a
Commit message:
Add header entry for MQTTPacket_read

Changed in this revision

MQTTPacket.h Show annotated file Show diff for this revision Revisions of this file
--- a/MQTTPacket.h	Fri May 09 23:00:25 2014 +0000
+++ b/MQTTPacket.h	Wed Jul 02 13:21:37 2014 +0000
@@ -98,6 +98,7 @@
 int readMQTTLenString(MQTTString* mqttstring, char** pptr, char* enddata);
 void writeCString(char** pptr, const char* string);
 void writeMQTTString(char** pptr, MQTTString mqttstring);
+int MQTTPacket_read(char* buf, int buflen, int (*getfn)(char*, int));
 
 #ifdef __cplusplus /* If this is a C++ compiler, use C linkage */
 }