Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/entry


Modified Files:
        Esmart_Text_Entry.h 


Log Message:
c++ friendly headers(i think?) reported by dan sinclair
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/esmart/src/entry/Esmart_Text_Entry.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Esmart_Text_Entry.h 24 Mar 2004 23:58:53 -0000      1.2
+++ Esmart_Text_Entry.h 25 Apr 2004 15:19:49 -0000      1.3
@@ -6,6 +6,10 @@
 #include <Ecore.h>
 #include <limits.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 struct _Esmart_Text_Entry
 {
   Evas_Object *clip;
@@ -51,4 +55,8 @@
                                                              *str),
                                                void *data);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif




-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to