changeset 4019:19dad76ef68d HEAD

Removed duplicated function declarations.
author Timo Sirainen <tss@iki.fi>
date Tue, 14 Feb 2006 20:58:07 +0200
parents 989dd95aa8b9
children fcfd44f56b04
files src/imap-login/client.h src/lib-index/mail-index-private.h src/pop3-login/client.h
diffstat 3 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap-login/client.h	Tue Feb 14 20:28:15 2006 +0200
+++ b/src/imap-login/client.h	Tue Feb 14 20:58:07 2006 +0200
@@ -45,7 +45,4 @@
 void client_ref(struct imap_client *client);
 bool client_unref(struct imap_client *client);
 
-void clients_init(void);
-void clients_deinit(void);
-
 #endif
--- a/src/lib-index/mail-index-private.h	Tue Feb 14 20:28:15 2006 +0200
+++ b/src/lib-index/mail-index-private.h	Tue Feb 14 20:58:07 2006 +0200
@@ -266,7 +266,6 @@
 int mail_index_file_set_syscall_error(struct mail_index *index,
 				      const char *filepath,
 				      const char *function);
-void mail_index_reset_error(struct mail_index *index);
 
 uint32_t mail_index_uint32_to_offset(uint32_t offset);
 uint32_t mail_index_offset_to_uint32(uint32_t offset);
--- a/src/pop3-login/client.h	Tue Feb 14 20:28:15 2006 +0200
+++ b/src/pop3-login/client.h	Tue Feb 14 20:58:07 2006 +0200
@@ -44,7 +44,4 @@
 void client_ref(struct pop3_client *client);
 bool client_unref(struct pop3_client *client);
 
-void clients_init(void);
-void clients_deinit(void);
-
 #endif