enlightenment/src/modules/conf_wallpaper2/e_int_config_wallpaper.h

15 lines
305 B
C

/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifdef E_TYPEDEFS
//typedef struct _E_Config_Wallpaper E_Config_Wallpaper;
#else
#ifndef E_INT_CONFIG_WALLPAPER_H
#define E_INT_CONFIG_WALLPAPER_H
void wp_conf_show(E_Container *con, const char *params);
void wp_conf_hide(void);
#endif
#endif