Add the base code for gtest verification
[platform/core/connectivity/bluetooth-agent.git] / pb-agent / bluetooth_pb_agent.h
index e7127a2..706a954 100644 (file)
 #ifndef __DEF_BT_PB_AGENT_H_
 #define __DEF_BT_PB_AGENT_H_
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <unistd.h>
 #include <dlog.h>
 
@@ -62,4 +66,8 @@ typedef enum {
        TELECOM_NONE
 } PhoneBookType;
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif                         /* __DEF_BT_AGENT_H_ */