Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_cleanup.h Log Message: Cleanup unfreed memory =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_cleanup.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evfs_cleanup.h 16 Aug 2005 09:00:21 -0000 1.3 +++ evfs_cleanup.h 22 Oct 2005 04:51:42 -0000 1.4 @@ -1,7 +1,12 @@ #ifndef __EVFS_CLEANUP_H_ #define __EVFS_CLEANUP_H_ -void evfs_cleanup_command(evfs_command* command); +typedef enum evfs_free_state { + EVFS_CLEANUP_FREE_COMMAND, + EVFS_CLEANUP_PRESERVE_COMMAND +} evfs_free_state; + +void evfs_cleanup_command(evfs_command* command, int free_command); void evfs_cleanup_file_command(evfs_command* command); void evfs_cleanup_file_monitor(evfs_file_monitor* mon); ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs