diff src/pop3/client.c @ 6411:6a64e64fa3a3 HEAD

Renamed __attr_*__ to ATTR_*. Renamed __attrs_used__ to ATTRS_DEFINED.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:40:56 +0300
parents 05aabdc581b1
children a6a49d5efc59
line wrap: on
line diff
--- a/src/pop3/client.c	Sun Sep 16 11:31:27 2007 +0300
+++ b/src/pop3/client.c	Sun Sep 16 11:40:56 2007 +0300
@@ -452,7 +452,7 @@
 	return client->cmd == NULL;
 }
 
-static void idle_timeout(void *context __attr_unused__)
+static void idle_timeout(void *context ATTR_UNUSED)
 {
 	if (my_client == NULL)
 		return;