Dave schrieb:
> Enlightenment CVS ha scritto:
>   
>> Enlightenment CVS committal
>>
>> Author  : pfritz
>> Project : e17
>> Module  : libs/ecore
>>
>> Dir     : e17/libs/ecore/src/lib/ecore_file
>>
>>
>> Modified Files:
>>      Ecore_File.h 
>>
>>
>> Log Message:
>> remove old api macros
>>
>> ===================================================================
>> RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/Ecore_File.h,v
>> retrieving revision 1.34
>> retrieving revision 1.35
>> diff -u -3 -r1.34 -r1.35
>> --- Ecore_File.h     6 Aug 2007 20:00:28 -0000       1.34
>> +++ Ecore_File.h     6 Jan 2008 15:21:00 -0000       1.35
>> @@ -71,9 +71,6 @@
>>     EAPI int         ecore_file_symlink      (const char *src, const char 
>> *dest);
>>     EAPI char       *ecore_file_realpath     (const char *file);
>>     EAPI int         ecore_file_unlink       (const char *file);
>> -/* NOTE: these aliases will be removed! DO NOT USE THEM */
>> -#define ecore_file_get_file(path) ecore_file_file_get(path)
>> -#define ecore_file_get_dir(path) ecore_file_dir_get(path)
>>     EAPI const char *ecore_file_file_get     (const char *path);
>>     EAPI char       *ecore_file_dir_get      (const char *path); 
>>   
>>     
> Why ecore_file_file_get is declared static? All the apps/libs that use 
> this function is BROKEN on my system!
>   
Sorry, I don't understand your problem. ecore_file_file_get() isn't 
declared static. It isn't static in the header - as you can see in the 
diff above - and it isn't static in the c-file either.

Peter

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to