Index: firmware/App/Services/TDInterface.h =================================================================== diff -u -r322747d530c1b8205be257557e53dcfe9caad50a -r724b64673b719eaac10b0c9dd839ad9675274911 --- firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision 322747d530c1b8205be257557e53dcfe9caad50a) +++ firmware/App/Services/TDInterface.h (.../TDInterface.h) (revision 724b64673b719eaac10b0c9dd839ad9675274911) @@ -39,6 +39,7 @@ void execTDInterfaceMonitor( void ); BOOL handleDialysateDeliveryRequestMsg( MESSAGE_T *message ); +BOOL handlePreGenDialysateRequestMsg( MESSAGE_T *message ); void setTDOpMode( U32 opMode, U32 subMode ); void setTDDialysateFlowrate( F32 dialFlowrate );