Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/lib/esmart_container Modified Files: esmart_container.c Log Message: Better prototype =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_container/esmart_container.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- esmart_container.c 2 Jan 2006 00:29:16 -0000 1.13 +++ esmart_container.c 14 Jan 2006 15:29:13 -0000 1.14 @@ -15,7 +15,7 @@ /*** external API ***/ -static int (*_sort_func)(void*,void*) = NULL; +static int (*_sort_func)(Evas_Object *, Evas_Object *) = NULL; static int _sort_cb(void *d1, void *d2) ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs