Index: firmware/App/Modes/ModePreTreat.h =================================================================== diff -u -r5c1ec2983f499cfba3d29f61408e16008b2288b1 -r835a6bfc7aa050b34e5fe24ca3ac3a14d1d36cd2 --- firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision 5c1ec2983f499cfba3d29f61408e16008b2288b1) +++ firmware/App/Modes/ModePreTreat.h (.../ModePreTreat.h) (revision 835a6bfc7aa050b34e5fe24ca3ac3a14d1d36cd2) @@ -36,7 +36,7 @@ void initPreTreatmentMode( void ); // Initialize this module U32 transitionToPreTreatmentMode( void ); // Prepares for transition to pre-treatment mode U32 execPreTreatmentMode( void ); // Execute the pre-treatment mode state machine (call from OperationModes) - +void signalAlarmActionToPreTreatmentMode( ALARM_ACTION_T action ); // Execute the /**@}*/ #endif