Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r8126d8e97c5626d71c7b807fa9f95601248d6dbb -r0772fa437a0f4bcbb58fbad9d6e1f0054efd0e28 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 8126d8e97c5626d71c7b807fa9f95601248d6dbb) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 0772fa437a0f4bcbb58fbad9d6e1f0054efd0e28) @@ -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 );