Index: firmware/App/Services/TDInterface.h =================================================================== diff -u -re08f4a03a3528ab2835cbd379187e08a58cea62e -r008d18e14db9f73782072e42a71ff364915c5f83 --- firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision e08f4a03a3528ab2835cbd379187e08a58cea62e) +++ firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision 008d18e14db9f73782072e42a71ff364915c5f83) @@ -40,6 +40,7 @@ BOOL handleDialysateDeliveryRequestMsg( MESSAGE_T *message ); BOOL handlePreGenDialysateRequestMsg( MESSAGE_T *message ); +BOOL handleTDCommandRequest( MESSAGE_T *message ); BOOL handleTDRequestDDFlush( MESSAGE_T *message ); BOOL handleTDRequestDDHeatDisinfect( MESSAGE_T *message ); BOOL handleTDRequestDDHeatDisinfectActiveCool( MESSAGE_T *message );