Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r3d72b777cf1ceb673d118341c46e2d6d5b7b75f5 -r3d3cc1e6819f83db631270dc0fd019d15739db08 --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 3d72b777cf1ceb673d118341c46e2d6d5b7b75f5) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 3d3cc1e6819f83db631270dc0fd019d15739db08) @@ -254,6 +254,9 @@ // MSG_ID_UI_CONSUMABLE_INSTALL_CONFIRM void handleConsumableInstallConfirm( MESSAGE_T *message ); +// MSG_ID_UI_INSTALLATION_CONFIRM_RESPONSE +BOOL sendConsumableInstallCmdResponse( BOOL accepted, U32 reason ); + // MSG_ID_UI_INSTALLATION_CONFIRM void handleInstallationConfirm( MESSAGE_T *message );