I did because of issues with name collision between the plugin and the
lib. This caused issues on OS X, if you'd prefer to just rename the
functions that would solve the problem too.

On Sun, Jan 25, 2004 at 03:18:34AM -0800, [EMAIL PROTECTED] wrote:
> Enlightenment CVS committal
> 
> Author  : handyande
> Project : e17
> Module  : libs/ecore
> 
> Dir     : e17/libs/ecore/src/lib/ecore_config
> 
> 
> Modified Files:
>       ipc_ecore.c .cvsignore 
> 
> 
> Log Message:
> Yay, fixed - Can I see who changed this code please? ;)
> ===================================================================
> RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/ipc_ecore.c,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -3 -r1.1 -r1.2
> --- ipc_ecore.c       31 Dec 2003 22:15:33 -0000      1.1
> +++ ipc_ecore.c       25 Jan 2004 11:18:32 -0000      1.2
> @@ -169,7 +169,7 @@
>  
>  
>  
> -static int ipc_init(char *pipe_name, void **data) {
> +int ipc_init(char *pipe_name, void **data) {
>    Ecore_Ipc_Server **server=(Ecore_Ipc_Server **)data;
>    struct stat        st;
>    char              *p;
> @@ -219,7 +219,7 @@
>  
>  
>  
> -static int ipc_exit(void **data) {
> +int ipc_exit(void **data) {
>    int                ret=ECORE_CONFIG_ERR_SUCC;
>    Ecore_Ipc_Server **server=(Ecore_Ipc_Server **)data;
>  
> ===================================================================
> RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/.cvsignore,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -u -3 -r1.1 -r1.2
> --- .cvsignore        16 Jan 2004 16:59:02 -0000      1.1
> +++ .cvsignore        25 Jan 2004 11:18:33 -0000      1.2
> @@ -8,3 +8,4 @@
>  util.lo
>  edb.lo
>  libecore_config.la
> +ecore_config_ipc_ecore.la
> 
> 
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> enlightenment-cvs mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

-- 
------------------------------------------------------------------------
| Nathan Ingersoll          \\  Computer Systems & Network Coordinator |
| [EMAIL PROTECTED]   \\  http://www.ruralcenter.org            |
| http://ningerso.atmos.org/  \\  Rural Health Resource Center         |
------------------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to