aqhome-data, aqhome-tool: more work on new protocol.
This commit is contained in:
@@ -209,7 +209,7 @@ void AQH_MsgRequest_SetTimestamps(AQH_MSG_REQUEST *rq, int expiresInSecs)
|
||||
|
||||
|
||||
|
||||
int AQH_MsgRequest_HandleResponse(AQH_MSG_REQUEST *rq, AQH_MESSAGE *msg)
|
||||
int AQH_MsgRequest_HandleResponse(AQH_MSG_REQUEST *rq, const AQH_MESSAGE *msg)
|
||||
{
|
||||
if (rq && rq->handleResponseFn)
|
||||
return (rq->handleResponseFn)(rq, msg);
|
||||
|
||||
Reference in New Issue
Block a user