and add to header too.

SVN revision: 51146
This commit is contained in:
Carsten Haitzler 2010-08-16 02:04:46 +00:00
parent 9b2549ecac
commit c657fd3904
1 changed files with 2 additions and 2 deletions

View 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