Index: firmware/App/Services/TDInterface.h =================================================================== diff -u -rc992ffdef2060d3d534abd2538bfb31dd25b9fbc -ra183c6d91569ee07c9e944c989b67dc818a87941 --- firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision c992ffdef2060d3d534abd2538bfb31dd25b9fbc) +++ firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision a183c6d91569ee07c9e944c989b67dc818a87941) @@ -40,6 +40,9 @@ BOOL handleDialysateDeliveryRequestMsg( MESSAGE_T *message ); BOOL handlePreGenDialysateRequestMsg( MESSAGE_T *message ); +BOOL handleTDRequestDDFlush( MESSAGE_T *message ); +BOOL handleTDRequestDDHeatDisinfect( MESSAGE_T *message ); +BOOL handleTDRequestDDHeatDisinfectActiveCool( MESSAGE_T *message ); void setTDOpMode( U32 opMode, U32 subMode ); void setTDDialysateFlowrate( F32 dialFlowrate );