Index: firmware/App/Services/Messaging.h =================================================================== diff -u -r0cc67ce4bbaac3aeae8a3324e50e1b31e5ab49c3 -red21c935443549b87ab6665e76ce1d32d9867082 --- firmware/App/Services/Messaging.h (.../Messaging.h) (revision 0cc67ce4bbaac3aeae8a3324e50e1b31e5ab49c3) +++ firmware/App/Services/Messaging.h (.../Messaging.h) (revision ed21c935443549b87ab6665e76ce1d32d9867082) @@ -144,8 +144,9 @@ BOOL handleTesterLogInRequest( MESSAGE_T *message ); BOOL handleUpdateAvailable( MESSAGE_T *message ); BOOL handleUIVersionResponse( MESSAGE_T *message ); -void handlePatientDisconnectionConfirmCmd( MESSAGE_T *message ); -void handleDisposableRemovalConfirmCmd( MESSAGE_T *message ); +static BOOL handlePatientDisconnectionConfirmCmd( MESSAGE_T *message ); +static BOOL handleDisposableRemovalConfirmCmd( MESSAGE_T *message ); +static BOOL handleDisinfectionConfirmCmd( MESSAGE_T *message ); // Test send message helper functions BOOL sendEvent( TD_EVENT_ID_T event, EVENT_DATA_T dat1, EVENT_DATA_T dat2 );