Change-Id: Icda8d94b9f8ef1e948a85fad698a83cd2b69ff5b
Signed-off-by: Abhimanyu Swami <abhimanyu1.s@samsung.com>
* It is not a null-terminated string
* @param[in] body_length The length of @a body
* @param[in] user_data The user data to be passed to the callback function
- * @pre You register this callback using messages_push_set_incoming_cb() for getting an incoming message.
- * @see messages_push_set_incoming_cb()
- * @see messages_push_unset_incoming_cb()
*/
typedef void (*messages_push_incoming_cb)(const char *header, const char *body, int body_length, void *user_data);