comparison src/plugins/fts-squat/squat-uidlist.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 ae2114f11a0e
children e739cffd05ef
comparison
equal deleted inserted replaced
6409:7f733ba453bf 6410:e4eb71ae8e96
1 #ifndef __SQUAT_UIDLIST_H 1 #ifndef SQUAT_UIDLIST_H
2 #define __SQUAT_UIDLIST_H 2 #define SQUAT_UIDLIST_H
3 3
4 #include "seq-range-array.h" 4 #include "seq-range-array.h"
5 5
6 struct squat_trie; 6 struct squat_trie;
7 struct squat_uidlist; 7 struct squat_uidlist;