Modify the map agent for gtest
[platform/core/connectivity/bluetooth-agent.git] / map-agent / bluetooth_map_agent.h
index 014f12c..9e5e057 100644 (file)
@@ -79,7 +79,7 @@ void _get_msg_timestamp(time_t *ltime, char *timestamp);
 guint64 _bt_add_id(int uid, int msg_type);
 guint64 _bt_validate_uid(int uid, int msg_type);
 gboolean is_mns_connected(void);
-gchar *__bt_get_sms_pdu_from_msg_data(gchar *number, char *msg, time_t tm,
+gchar *_bt_get_sms_pdu_from_msg_data(gchar *number, char *msg, time_t tm,
                int *msg_pdu_len);
 gboolean _bt_verify_read_status(message_info_t *msg_info, guint8 read_status);
 gboolean _bt_verify_sender(message_info_t *msg_info, char *sender);