Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rf1157c760b320bf088921a25eb78e973d6341578 -rfc7328b2b8158c88e11a063204d7e87519f472ca --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision f1157c760b320bf088921a25eb78e973d6341578) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision fc7328b2b8158c88e11a063204d7e87519f472ca) @@ -372,9 +372,15 @@ // MSG_ID_UI_RECIRC_CMD void handleTreatmentRecircCmd( MESSAGE_T *message ); +// MSG_ID_UI_POST_TX_NEXT_REQUEST +void handlePostTxNextCmd( MESSAGE_T *message ); + // MSG_ID_HD_RECIRC_CMD_RESPONSE BOOL sendTreatmentRecircCmdResponse( BOOL accepted, U32 rejReason ); +// MSG_ID_HD_POST_TX_NEXT_CMD_RESPONSE +BOOL sendPostTxNextCmdResponse( BOOL accepted, U32 rejReason ); + // MSG_ID_UI_TX_END_CMD: void handleTreatmentEndCmd( MESSAGE_T *message );