Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2018-08-15 07:11:43 +09:00
parent 42886b70f0
commit ee15a21ff3
2 changed files with 18 additions and 0 deletions

View File

@@ -143,6 +143,8 @@ void writeCString(unsigned char** pptr, char* string);
void writeMQTTSNString(unsigned char** pptr, MQTTSNString mqttstring);
int MQTTSNPacket_read(unsigned char* buf, int buflen, int (*getfn)(unsigned char*, int));
int MQTTSNPacket_read_nb(unsigned char* buf, int buflen);
#ifdef __cplusplus /* If this is a C++ compiler, use C linkage */
}