wallpaper2: Fix wp_conf_show function prototype

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-13 13:38:51 -05:00
parent 42c4ecbfac
commit 114de2ec64
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#define N_(str) (str)
E_Config_Dialog *wp_conf_show(E_Comp *comp, const char *params);
E_Config_Dialog *wp_conf_show(Evas_Object *parent EINA_UNUSED, const char *params EINA_UNUSED);
void wp_conf_hide(void);
/**