diff src/lib-storage/index/mbox/mbox-lock.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 b698ae839a18
children af998ae4254b
line wrap: on
line diff
--- a/src/lib-storage/index/mbox/mbox-lock.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/lib-storage/index/mbox/mbox-lock.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __MBOX_LOCK_H
-#define __MBOX_LOCK_H
+#ifndef MBOX_LOCK_H
+#define MBOX_LOCK_H
 
 /* NOTE: if mbox file is not open, it's opened. if it is open but file has
    been overwritten (ie. inode has changed), it's reopened. */