Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_metadata.h evfs_operation.h 


Log Message:
* Cleanup warnings, etc

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_metadata.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evfs_metadata.h     21 Jul 2006 17:17:03 -0000      1.9
+++ evfs_metadata.h     22 Jul 2006 06:09:26 -0000      1.10
@@ -52,6 +52,9 @@
 Evas_List* evfs_metadata_groups_get();
 
 int evfs_metadata_extract_init();
+int evfs_metadata_extract_fork(evfs_filereference* ref);
+
+char* evfs_metadata_file_get_key_value_string(evfs_filereference* ref, char* 
key);
 
 
 #endif
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_operation.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- evfs_operation.h    10 Jun 2006 02:35:58 -0000      1.13
+++ evfs_operation.h    22 Jul 2006 06:09:26 -0000      1.14
@@ -121,7 +121,7 @@
        evfs_filereference* file_from;
        evfs_filereference* file_to;
 
-       uint64 next_byte;
+       int64 next_byte;
        
 };
 typedef struct evfs_operation_task_file_copy evfs_operation_task_file_copy;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to