diff options
author | sebastid <sebastid> | 2005-09-24 13:42:05 +0000 |
---|---|---|
committer | sebastid <sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2005-09-24 13:42:05 +0000 |
commit | f4498d11a37eade95ae8931dd0bbaf1016fde496 (patch) | |
tree | e1b17af51fbcf7c85155df242aada2c1c928675e /src/modules/battery/e_mod_main.h | |
parent | 55f68789d3155075d22dcc705669b7db8775b129 (diff) | |
download | enlightenment-f4498d11a37eade95ae8931dd0bbaf1016fde496.tar.gz |
New modapi!
If a module fails to load, don't unload it. Mark it with an error flag,
and ask the user if he wants to unload it.
SVN revision: 16918
Diffstat (limited to 'src/modules/battery/e_mod_main.h')
-rw-r--r-- | src/modules/battery/e_mod_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/battery/e_mod_main.h b/src/modules/battery/e_mod_main.h index 7197ab66a1..a6ae9600e5 100644 --- a/src/modules/battery/e_mod_main.h +++ b/src/modules/battery/e_mod_main.h @@ -86,7 +86,7 @@ struct _Status char *time; }; -extern E_Module_Api e_module_api; +extern E_Module_Api e_modapi; EAPI void *e_modapi_init (E_Module *m); EAPI int e_modapi_shutdown (E_Module *m); |