Index: App/Services/SystemComm.h =================================================================== diff -u -ree310a2e5262c05bf0dc0eb0d84da0ee50bac7fe -r7d70e839bc71f6fc37da8cd12eecb374841882df --- App/Services/SystemComm.h (.../SystemComm.h) (revision ee310a2e5262c05bf0dc0eb0d84da0ee50bac7fe) +++ App/Services/SystemComm.h (.../SystemComm.h) (revision 7d70e839bc71f6fc37da8cd12eecb374841882df) @@ -19,8 +19,13 @@ #include "Common.h" +// ********** public definitions ********** + // ********** public function prototypes ********** void initSystemComm( void ); +void execSystemComm( void ); +BOOL sendOffButtonMsgToUI( void ); + #endif