Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_utils.c 


Log Message:
Actually create the function for the proto defined in e_utils.h
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_utils.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_utils.c   12 Jan 2006 23:35:32 -0000      1.37
+++ e_utils.c   1 Feb 2006 19:33:10 -0000       1.38
@@ -122,6 +122,12 @@
 }
 
 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)




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to