Rename prototype to match function name.

SVN revision: 29543
This commit is contained in:
Sebastian Dransfeld 2007-04-15 17:19:08 +00:00
parent 1c1f75c0c2
commit ece3b075c4
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ struct Efreet_Icon_Point
int y; /**< y coord */
};
const char *efreet_icon_dir_get(void);
const char *efreet_icon_user_dir_get(void);
void efreet_icon_extension_add(const char *ext);
Ecore_List *efreet_icon_extra_list_get(void);