Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_private.h efreet_utils.c efreet_utils.h 


Log Message:
Don't hide this function.

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_private.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- efreet_private.h    4 Nov 2007 09:32:35 -0000       1.11
+++ efreet_private.h    4 Nov 2007 10:16:02 -0000       1.12
@@ -207,8 +207,6 @@
 
 const char *efreet_desktop_environment_get(void);
 
-const char *efreet_util_path_to_file_id(const char *path);
-
 /**
  * @}
  */
===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_utils.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- efreet_utils.c      4 Nov 2007 09:32:35 -0000       1.46
+++ efreet_utils.c      4 Nov 2007 10:16:02 -0000       1.47
@@ -197,7 +197,7 @@
     return ret;
 }
 
-const char *
+EAPI const char *
 efreet_util_path_to_file_id(const char *path)
 {
     size_t len;
===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_utils.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- efreet_utils.h      4 Nov 2007 09:32:35 -0000       1.24
+++ efreet_utils.h      4 Nov 2007 10:16:02 -0000       1.25
@@ -23,6 +23,8 @@
 EAPI int efreet_util_init(void);
 EAPI int efreet_util_shutdown(void);
 
+EAPI const char *efreet_util_path_to_file_id(const char *path);
+
 EAPI Ecore_List *efreet_util_desktop_mime_list(const char *mime);
 
 EAPI Efreet_Desktop *efreet_util_desktop_wm_class_find(const char *wmname, 
const char *wmclass);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to