Fix formatting. Add EAPI import_del/fsel_del functions to the import

header to remove compile warning


SVN revision: 40023
This commit is contained in:
Christopher Michael 2009-04-13 16:56:37 +00:00
parent cec95d3969
commit 8509b408b2
2 changed files with 9 additions and 7 deletions

View File

@ -6,6 +6,8 @@
EAPI E_Win *e_int_config_wallpaper_fsel(E_Config_Dialog *parent);
EAPI E_Win *e_int_config_wallpaper_import(void *data, const char *path);
EAPI void e_int_config_wallpaper_del(E_Win *win);
EAPI void e_int_config_wallpaper_fsel_del(E_Win *win);
EAPI void e_int_config_wallpaper_import_del(E_Win *win);
#endif
#endif