Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        evfs_operation.c 


Log Message:
* Evfs server operation work

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_operation.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evfs_operation.c    18 Jan 2006 10:31:21 -0000      1.1
+++ evfs_operation.c    20 Jan 2006 03:11:42 -0000      1.2
@@ -1,3 +1,19 @@
 #include "evfs.h"
 
+static long evfs_operation_count = 0;
+static int evfs_operation_init = 0;
+
+void evfs_operation_initialise() 
+{
+       if (evfs_operation_init) 
+               return;
+
+       evfs_operation_init = 1;
+
+       evfs_operation_count = 0;
+}
+       
+
+evfs_operation* evfs_operation_new
+
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to