and add to header too.
authorraster <raster>
Mon, 16 Aug 2010 02:04:46 +0000 (02:04 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 16 Aug 2010 02:04:46 +0000 (02:04 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@51146 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_private.h

index 94f826c..c3f2580 100644 (file)
@@ -1754,8 +1754,8 @@ edje_program_is_strrncmp(const char *str)
    return EINA_TRUE;
 }
 
-void _edje_program_insert(Edje_Part_Collection *ed, Edje_Program *p);
-void _edje_program_remove(Edje_Part_Collection *ed, Edje_Program *p);
+EAPI void _edje_program_insert(Edje_Part_Collection *ed, Edje_Program *p);
+EAPI void _edje_program_remove(Edje_Part_Collection *ed, Edje_Program *p);
 
 // new lua stuff - supercedes the old
 #define LUA2 1