comparison src/imap/imap-sync.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 55df57c028d4
children b5e6543b4385
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __IMAP_SYNC_H 1 #ifndef IMAP_SYNC_H
2 #define __IMAP_SYNC_H 2 #define IMAP_SYNC_H
3 3
4 enum imap_sync_flags { 4 enum imap_sync_flags {
5 IMAP_SYNC_FLAG_SEND_UID = 0x01 5 IMAP_SYNC_FLAG_SEND_UID = 0x01
6 }; 6 };
7 7