Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_file.h entropy_generic.h 


Log Message:
* Correct permissions parsing

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_file.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entropy_file.h      20 Oct 2005 08:45:54 -0000      1.1
+++ entropy_file.h      5 Apr 2006 02:10:55 -0000       1.2
@@ -7,5 +7,6 @@
 entropy_generic_file* entropy_generic_file_new();
 void entropy_generic_file_destroy(entropy_generic_file* file);
 void entropy_thumbnail_destroy(entropy_thumbnail*);
+char* entropy_generic_file_display_permissions_parse(entropy_generic_file* 
file);
 
 #endif
===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- entropy_generic.h   4 Apr 2006 00:06:07 -0000       1.19
+++ entropy_generic.h   5 Apr 2006 02:10:55 -0000       1.20
@@ -16,7 +16,6 @@
         char mime_type[MIME_LENGTH];
        char uri_base[15];
        
-       char perms[10];
        char filetype;
 
        char* username;  /*Do we have a cached auth reference for this 
file/location? */




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to