view src/imap/imap-expunge.h @ 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 755ec9442a58
children e4eb71ae8e96
line wrap: on
line source

#ifndef __IMAP_EXPUNGE_H
#define __IMAP_EXPUNGE_H

bool imap_expunge(struct mailbox *box, struct mail_search_arg *next_search_arg);

#endif