Re: [E-devel] Method declared twice in Ecore_Data.h

2005-03-26 Thread Tilman Sauerbeck
Chad R. Kittel <[EMAIL PROTECTED]> [2005-03-26 17:04]: > Just ran across this as I was doing some poking around. > In Ecore_Data.h "void ecore_sheap_destroy(Ecore_Sheap *heap)" is > declared twice, once on line 455 then again on line 464. Not that big > of a deal as both declarations are consist

[E-devel] Method declared twice in Ecore_Data.h

2005-03-26 Thread Chad R. Kittel
Hi, Just ran across this as I was doing some poking around. In Ecore_Data.h "void ecore_sheap_destroy(Ecore_Sheap *heap)" is declared twice, once on line 455 then again on line 464. Not that big of a deal as both declarations are consistent, just doesn't look right :) By the way, thank you much