diff src/imap/cmd-close.c @ 3863:55df57c028d4 HEAD

Added "bool" type and changed all ints that were used as booleans to bool.
author Timo Sirainen <tss@iki.fi>
date Fri, 13 Jan 2006 22:25:57 +0200
parents 61abed5f7864
children 928229f8b3e6
line wrap: on
line diff
--- a/src/imap/cmd-close.c	Fri Jan 13 17:11:47 2006 +0200
+++ b/src/imap/cmd-close.c	Fri Jan 13 22:25:57 2006 +0200
@@ -4,7 +4,7 @@
 #include "commands.h"
 #include "imap-expunge.h"
 
-int cmd_close(struct client_command_context *cmd)
+bool cmd_close(struct client_command_context *cmd)
 {
 	struct client *client = cmd->client;
 	struct mailbox *mailbox = client->mailbox;