emotion/generic: eina module functions can be static.

SVN revision: 63081
This commit is contained in:
Gustavo Sverzut Barbieri 2011-09-02 01:35:16 +00:00
parent 5965cf014f
commit e26e9df5b2
1 changed files with 2 additions and 2 deletions

View File

@ -1157,7 +1157,7 @@ static void module_close(Emotion_Video_Module *module, void *video)
}
Eina_Bool
static Eina_Bool
generic_module_init(void)
{
if (!pfx)
@ -1173,7 +1173,7 @@ generic_module_init(void)
return _emotion_module_register("generic", module_open, module_close);
}
void
static void
generic_module_shutdown(void)
{
if (pfx)