Add the base code for gtest verification
[platform/core/connectivity/bluetooth-agent.git] / map-agent / bluetooth_map_sms.h
index ba5328a..27741b3 100644 (file)
 #ifndef BLUETOOTH_MAP_SMS_H_
 #define BLUETOOTH_MAP_SMS_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <glib.h>
 #include "bluetooth_map_types.h"
 #include "map_bmessage.h"
@@ -48,4 +52,7 @@ gboolean _bt_map_sms_set_read_status(int msg_id, gboolean read_status);
 gboolean _bt_map_push_sms_data(struct bmsg_data *bmsg_info,
                msg_send_option_t *option, char *folder);
 
+#ifdef __cplusplus
+}
+#endif
 #endif /* BLUETOOTH_MAP_SMS_H_ */