comparison src/lib-imap/imap-base-subject.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
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __IMAP_BASE_SUBJECT_H 1 #ifndef IMAP_BASE_SUBJECT_H
2 #define __IMAP_BASE_SUBJECT_H 2 #define IMAP_BASE_SUBJECT_H
3 3
4 /* Returns the base subject of the given string, according to 4 /* Returns the base subject of the given string, according to
5 draft-ietf-imapext-sort-10. String is returned so that it's suitable for 5 draft-ietf-imapext-sort-10. String is returned so that it's suitable for
6 strcmp() comparing with another base subject. 6 strcmp() comparing with another base subject.
7 7