|
From: Enlightenment C. <no...@cv...> - 2006-08-27 09:59:25
|
Enlightenment CVS committal
Author : chaos
Project : e17
Module : apps/evfs
Dir : e17/apps/evfs/src/include
Modified Files:
evfs.h
Added Files:
evfs_trash.h
Log Message:
* Trash restore actually works! Note that this will not remove the .trashinfo file yet - coming soon
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- evfs.h 22 Jul 2006 13:12:58 -0000 1.48
+++ evfs.h 27 Aug 2006 09:58:53 -0000 1.49
@@ -101,6 +101,7 @@
#include "evfs_commands.h"
#include "evfs_event_helper.h"
#include "evfs_metadata.h"
+#include "evfs_trash.h"
void evfs_operation_user_dispatch(evfs_client * client, evfs_command * command,
evfs_operation * op, char* misc);
|