pull/461/merge
Alex Overchenko 11 months ago committed by GitHub
commit a952dc55d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3899,7 +3899,7 @@ struct fileReadParameters
}; };
static void static void
fileReadHandler(uint32_t invokeId, void* parameter, MmsError mmsError, int frsmId, uint8_t* buffer, uint32_t byteReceived, fileReadHandler(uint32_t invokeId, void* parameter, MmsError mmsError, int32_t frsmId, uint8_t* buffer, uint32_t byteReceived,
bool moreFollows) bool moreFollows)
{ {
(void)invokeId; (void)invokeId;

@ -746,7 +746,7 @@ mmsMsg_parseFileOpenResponse(uint8_t* buffer, int bufPos, int maxBufPos, int32_t
} }
bool bool
mmsMsg_parseFileReadResponse(uint8_t* buffer, int bufPos, int maxBufPos, uint32_t invokeId, int frsmId, bool* moreFollows, MmsConnection_FileReadHandler handler, void* handlerParameter) mmsMsg_parseFileReadResponse(uint8_t* buffer, int bufPos, int maxBufPos, uint32_t invokeId, int32_t frsmId, bool* moreFollows, MmsConnection_FileReadHandler handler, void* handlerParameter)
{ {
int length; int length;
uint8_t* data = NULL; uint8_t* data = NULL;

Loading…
Cancel
Save