Index: MessageSupport.h =================================================================== diff -u -r17fdefc3752a193c0d2d495f1497cc8c1e35c406 -ra89fd55052e2e467f9ae2fdc828e84272c142022 --- MessageSupport.h (.../MessageSupport.h) (revision 17fdefc3752a193c0d2d495f1497cc8c1e35c406) +++ MessageSupport.h (.../MessageSupport.h) (revision a89fd55052e2e467f9ae2fdc828e84272c142022) @@ -28,7 +28,8 @@ * @{ */ -// Generic broadcast function +// ********** public function prototypes ********** + BOOL broadcastData( MSG_ID_T msgID, COMM_BUFFER_T buffer, U08* dataPtr, U32 length ); #endif