Index: firmware/App/Modes/ModeTreatment.h =================================================================== diff -u -r62b13b446d1826f58f423435aff88f490063c6f0 -re23087e0c17f6ea81d60641fdb52121a8dd5a099 --- firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision 62b13b446d1826f58f423435aff88f490063c6f0) +++ firmware/App/Modes/ModeTreatment.h (.../ModeTreatment.h) (revision e23087e0c17f6ea81d60641fdb52121a8dd5a099) @@ -99,6 +99,7 @@ void setRinsebackIsCompleted( BOOL flag ); // Set whether a rinseback has been completed (T blocks rinseback option) BOOL getBloodIsPrimed( void ); // Determine whether the blood-side circuit of the dialyzer has been primed with blood void setBloodIsPrimed( BOOL flag ); // Set whether the blood-side circuit of the dialyzer has been primed with blood (F causes Tx start/resume to do blood prime first) + void broadcastTreatmentTimeAndState( void ); // Broadcast the times and states of this treatment BOOL verifyTreatmentDurationSettingChange( U32 treatmentTime );