[dovecot-cvs] dovecot/src/lib-storage/index index-mailbox-check.c,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Mon Jan 27 03:44:36 EET 2003


Update of /home/cvs/dovecot/src/lib-storage/index
In directory danu:/tmp/cvs-serv23816/lib-storage/index

Modified Files:
	index-mailbox-check.c 
Log Message:
Removed useless parameters from io_callback_t and timeout_callback_t.



Index: index-mailbox-check.c
===================================================================
RCS file: /home/cvs/dovecot/src/lib-storage/index/index-mailbox-check.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index-mailbox-check.c	5 Jan 2003 13:09:52 -0000	1.2
+++ index-mailbox-check.c	27 Jan 2003 01:44:34 -0000	1.3
@@ -9,8 +9,7 @@
 
 static int check_interval = -1;
 
-static void check_timeout(void *context,
-			  struct timeout *timeout __attr_unused__)
+static void check_timeout(void *context)
 {
 	struct index_mailbox *ibox = context;
 	struct stat st;




More information about the dovecot-cvs mailing list