Add the base code for gtest verification
[platform/core/connectivity/bluetooth-agent.git] / pb-agent / bluetooth_pb_vcard.h
index 97fb014..c7c3a31 100644 (file)
 #ifndef __DEF_BT_PB_VCARD_H_
 #define __DEF_BT_PB_VCARD_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <glib.h>
 
 #define SIM_ADDRESSBOOK_PREFIX "http://tizen.org/addressbook/sim"
@@ -65,4 +69,8 @@ gchar *_bluetooth_pb_owner_name(void);
 
 bool _bt_is_sim_addressbook(const char *addressbook);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif