summaryrefslogtreecommitdiff
path: root/src/lib/ecore_con/Ecore_Con_Eet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_con/Ecore_Con_Eet.h')
-rw-r--r--src/lib/ecore_con/Ecore_Con_Eet.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/ecore_con/Ecore_Con_Eet.h b/src/lib/ecore_con/Ecore_Con_Eet.h
index 4f1b7dfe75..0498d3c795 100644
--- a/src/lib/ecore_con/Ecore_Con_Eet.h
+++ b/src/lib/ecore_con/Ecore_Con_Eet.h
@@ -43,6 +43,10 @@
* @{
*/
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef Eo Ecore_Con_Eet;
typedef struct _Ecore_Con_Reply Ecore_Con_Reply;
@@ -300,4 +304,11 @@ EAPI void ecore_con_eet_raw_send(Ecore_Con_Reply *reply, const char *protocol_na
* @}
*/
+#ifdef __cplusplus
+}
+#endif
+
+#undef EAPI
+#define EAPI
+
#endif