Actually create the function for the proto defined in e_utils.h
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 1 Feb 2006 19:33:10 +0000 (19:33 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 1 Feb 2006 19:33:10 +0000 (19:33 +0000)
SVN revision: 20181

src/bin/e_utils.c

index 9be17ac..0fad0df 100644 (file)
@@ -122,6 +122,12 @@ e_util_utils_installed(void)
 }
 
 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)
 {
    if (glob[0] == 0)