Enlightenment CVS committal

Author  : vapier
Project : e16
Module  : epplets

Dir     : e16/epplets/epplets


Modified Files:
        mbox.c 


Log Message:
add a prototype and remove unused variable

===================================================================
RCS file: /cvs/e/e16/epplets/epplets/mbox.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- mbox.c      8 Apr 2002 20:42:46 -0000       1.3
+++ mbox.c      15 Apr 2006 19:46:01 -0000      1.4
@@ -68,6 +68,7 @@
 int is_from(const char *s, char *path, size_t pathlen);
 int parse_mime_header(FILE *fp);
 int mbox_folder_count(char *path, int force);
+int maildir_folder_count(char *path, int force);
 
 const char *Weekdays[] =
 {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};
@@ -531,7 +532,6 @@
   time_t last_update;
   unsigned long new_msgs, old_msgs;
   struct stat s;
-  struct timeval t[2];
 
   D(("maildir_folder_count(%s, %d) called.\n", NONULL(path), force));
 




-------------------------------------------------------
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