[dovecot-cvs] dovecot/src/pop3-login client.h,1.17,1.18

cras at dovecot.org cras at dovecot.org
Tue Feb 14 20:58:28 EET 2006


Update of /var/lib/cvs/dovecot/src/pop3-login
In directory talvi:/tmp/cvs-serv6167/pop3-login

Modified Files:
	client.h 
Log Message:
Removed duplicated function declarations.



Index: client.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3-login/client.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- client.h	13 Jan 2006 20:26:49 -0000	1.17
+++ client.h	14 Feb 2006 18:58:25 -0000	1.18
@@ -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



More information about the dovecot-cvs mailing list