Enlightenment CVS committal Author : vapier Project : e17 Module : libs/imlib2
Dir : e17/libs/imlib2/src/lib Modified Files: font_main.c Log Message: move imlib_hash_size up in the code so we dont have to declare a prototype for internal usage =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/font_main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- font_main.c 15 Jan 2005 07:55:55 -0000 1.2 +++ font_main.c 10 Feb 2006 00:01:30 -0000 1.3 @@ -345,6 +345,14 @@ return NULL; } +int +imlib_hash_size(Imlib_Hash * hash) +{ + if (!hash) + return 0; + return 256; +} + void imlib_hash_free(Imlib_Hash * hash) { @@ -398,14 +406,6 @@ } int -imlib_hash_size(Imlib_Hash * hash) -{ - if (!hash) - return 0; - return 256; -} - -int imlib_list_alloc_error(void) { return _imlib_list_alloc_error; ------------------------------------------------------- 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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs