Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : proto

Dir     : e17/proto/esmart/src/file_dialog


Modified Files:
        Esmart_File_Dialog.h 


Log Message:
c++ friendly headers(i think?) reported by dan sinclair
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/esmart/src/file_dialog/Esmart_File_Dialog.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Esmart_File_Dialog.h        22 Apr 2004 16:32:04 -0000      1.2
+++ Esmart_File_Dialog.h        25 Apr 2004 15:19:49 -0000      1.3
@@ -4,6 +4,10 @@
 #include <Evas.h>
 #include <Edje.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 typedef struct _Esmart_File_Dialog Esmart_File_Dialog;
 
 #define FILE_NEW 1
@@ -53,4 +57,8 @@
 Evas_List *esmart_file_dialog_selections_get (Evas_Object * efd);
 const char *esmart_file_dialog_current_directory_get (Evas_Object * efd);
 
+#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