Enlightenment CVS committal Author : lordchaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/include Modified Files: entropy.h Log Message: * Incremental core reference cleanout =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- entropy.h 21 Nov 2005 10:49:21 -0000 1.6 +++ entropy.h 21 Nov 2005 11:07:01 -0000 1.7 @@ -51,9 +51,9 @@ /*File/File cache functions*/ -void entropy_core_file_cache_add_reference(entropy_core* core, char* md5); -void entropy_core_file_cache_add(entropy_core* core, char* md5, entropy_file_listener* listener); -void entropy_core_file_cache_remove_reference(entropy_core* core, char* md5); +void entropy_core_file_cache_add_reference(char* md5); +void entropy_core_file_cache_add(char* md5, entropy_file_listener* listener); +void entropy_core_file_cache_remove_reference(char* md5); entropy_file_listener* entropy_core_file_cache_retrieve(char* md5); void generic_file_print(entropy_generic_file* file); entropy_generic_file* entropy_generic_file_clone(entropy_generic_file* file); @@ -66,10 +66,10 @@ /*Selection engine functions*/ -void entropy_core_selection_engine_init(entropy_core* core); -void entropy_core_selected_file_add(entropy_core* core, entropy_generic_file* file); -Ecore_List* entropy_core_selected_files_get(entropy_core* core); -void entropy_core_selected_files_clear(entropy_core* core); +void entropy_core_selection_engine_init(); +void entropy_core_selected_file_add(entropy_generic_file* file); +Ecore_List* entropy_core_selected_files_get(); +void entropy_core_selected_files_clear(); /*Config functions*/ char* entropy_core_home_dir_get(entropy_core* core); ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs