Actually create the function for the proto defined in e_utils.h

SVN revision: 20181
This commit is contained in:
Christopher Michael 2006-02-01 19:33:10 +00:00
parent 4f941d827c
commit cace359cf7
1 changed files with 6 additions and 0 deletions

View File

@ -121,6 +121,12 @@ e_util_utils_installed(void)
return ecore_file_app_installed("emblem");
}
EAPI int
e_util_app_installed(char *app)
{
return ecore_file_app_installed(app);
}
EAPI int
e_util_glob_match(const char *str, const char *glob)
{