Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_server_handle.h 


Log Message:
* Handle tar file paths correctly!
* Close a bzip2 file/free memory when we close parent

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/evfs/src/include/evfs_server_handle.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evfs_server_handle.h        31 Oct 2005 03:32:55 -0000      1.8
+++ evfs_server_handle.h        3 Nov 2005 12:39:46 -0000       1.9
@@ -1,5 +1,6 @@
 int evfs_uri_open(evfs_client* client, evfs_filereference* uri);
 int evfs_uri_read(evfs_client* client, evfs_filereference* uri, char* bytes, 
long size);
+int evfs_uri_close(evfs_client* client, evfs_filereference* uri);
 
 void evfs_handle_monitor_start_command(evfs_client* client, evfs_command* 
command);
 void evfs_handle_monitor_stop_command(evfs_client* client, evfs_command* 
command);




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to