Index: firmware/App/Services/Messaging.h =================================================================== diff -u -rf7c714a1a09b10d85a8b013712532d37b4d7b97a -rbbd8ef64eb4b178ca76a9721908fee7347a71c6a --- firmware/App/Services/Messaging.h (.../Messaging.h) (revision f7c714a1a09b10d85a8b013712532d37b4d7b97a) +++ firmware/App/Services/Messaging.h (.../Messaging.h) (revision bbd8ef64eb4b178ca76a9721908fee7347a71c6a) @@ -66,6 +66,7 @@ // handler functions **************************************** BOOL handleSetTDOperationMode( MESSAGE_T *message ); +BOOL handleDialysateDeliveryRequestMsg( MESSAGE_T *message ); // Test Support Messaging Functions **************************