Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/plugins/maildir


Modified Files:
        maildir.c 


Log Message:
we don't need to export the plugin methods
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/plugins/maildir/maildir.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- maildir.c   1 Mar 2004 20:02:58 -0000       1.1
+++ maildir.c   21 Mar 2004 13:37:08 -0000      1.2
@@ -1,5 +1,5 @@
 /*
- * $Id: maildir.c,v 1.1 2004/03/01 20:02:58 tsauerbeck Exp $
+ * $Id: maildir.c,v 1.2 2004/03/21 13:37:08 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -78,7 +78,7 @@
        return ret;
 }
 
-bool maildir_check (MailBox *mb)
+static bool maildir_check (MailBox *mb)
 {
        char *path[2];
        int total = 0, unseen = 0;
@@ -184,7 +184,7 @@
        return true;
 }
 
-bool maildir_add_mailbox (MailBox *mb)
+static bool maildir_add_mailbox (MailBox *mb)
 {
        char *str, *prop[] = {"path_cur", "path_new"};
        int i;
@@ -215,7 +215,7 @@
 }
 #endif
 
-bool maildir_remove_mailbox (MailBox *mb)
+static bool maildir_remove_mailbox (MailBox *mb)
 {
 #ifdef USE_DNOTIFY
        NotifyData *data;
@@ -243,13 +243,14 @@
 }
 
 #ifdef USE_DNOTIFY
-void maildir_shutdown ()
+static void maildir_shutdown ()
 {
        assert (!notify_data);
 }
 #endif
 
-bool maildir_load_config (MailBox *mb, E_DB_File *edb, char *root)
+static bool maildir_load_config (MailBox *mb, E_DB_File *edb,
+                                 char *root)
 {
        char key[256], *str, *path[2], expanded[PATH_MAX + 1];
        char *prop[2] = {"path_cur", "path_new"};




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to