Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/include Modified Files: evfs_metadata.h evfs_server_handle.h Log Message: * First working model of metadata_set - note that this is not at all generic, and is just for testing =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_metadata.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evfs_metadata.h 25 Jun 2006 05:07:01 -0000 1.1 +++ evfs_metadata.h 25 Jun 2006 05:58:52 -0000 1.2 @@ -11,5 +11,8 @@ void evfs_metadata_initialise(); +void evfs_metadata_file_set_key_value_string(evfs_filereference* ref, char* key, + char* value); + #endif =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_server_handle.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- evfs_server_handle.h 10 Jun 2006 02:35:58 -0000 1.18 +++ evfs_server_handle.h 25 Jun 2006 05:58:52 -0000 1.19 @@ -1,3 +1,6 @@ +#ifndef _EVFS_SERVER_HANDLE_H_ +#define _EVFS_SERVER_HANDLE_H_ + int evfs_uri_open(evfs_client * client, evfs_filereference * uri); int evfs_uri_read(evfs_client * client, evfs_filereference * uri, char *bytes, long size); @@ -27,3 +30,8 @@ void evfs_handle_directory_create_command(evfs_client * client, evfs_command * command); void evfs_handle_metadata_command(evfs_client* client, evfs_command* command); + +void evfs_handle_metadata_string_file_set_command(evfs_client* client, + evfs_command* command, char* key, char* value); + +#endif Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs