comparison src/lib-storage/list/mailbox-list-fs.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 cc1f4688a988
children
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __MAILBOX_LIST_FS_H 1 #ifndef MAILBOX_LIST_FS_H
2 #define __MAILBOX_LIST_FS_H 2 #define MAILBOX_LIST_FS_H
3 3
4 #include "mailbox-list-private.h" 4 #include "mailbox-list-private.h"
5 5
6 /* Don't allow creating too long mailbox names. They could start causing 6 /* Don't allow creating too long mailbox names. They could start causing
7 problems when they reach the limit. */ 7 problems when they reach the limit. */