comparison src/plugins/quota/quota-plugin.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents beabd433cdae
children db66611fd195
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __QUOTA_PLUGIN_H 1 #ifndef QUOTA_PLUGIN_H
2 #define __QUOTA_PLUGIN_H 2 #define QUOTA_PLUGIN_H
3 3
4 struct mail_storage; 4 struct mail_storage;
5 5
6 extern void (*quota_next_hook_mail_storage_created) 6 extern void (*quota_next_hook_mail_storage_created)
7 (struct mail_storage *storage); 7 (struct mail_storage *storage);