view src/plugins/quota/quota-plugin.h @ 4796:49c9e7588de4 HEAD

s/quota/quota_set/ so we don't conflict with the quota symbol already present in Mac OS X.
author Timo Sirainen <tss@iki.fi>
date Sun, 12 Nov 2006 20:48:32 +0200
parents 732b62dc1976
children beabd433cdae
line wrap: on
line source

#ifndef __QUOTA_PLUGIN_H
#define __QUOTA_PLUGIN_H

struct mail_storage;

extern void (*quota_next_hook_mail_storage_created)
	(struct mail_storage *storage);
/* "quota" symbol already exists in OSX, so we'll use this slightly uglier
   name. */
extern struct quota *quota_set;

void quota_mail_storage_created(struct mail_storage *storage);

void quota_plugin_init(void);
void quota_plugin_deinit(void);

#endif