]> mj.ucw.cz Git - libucw.git/blobdiff - lib/index.h
Introduced CARD_LANG_FRAMESET.
[libucw.git] / lib / index.h
index 0fb8a147bba9b1b091e8311cb82f793f08bdb8fd..7a462942349cd93b1f351c36008dddc64c46d49b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *     Sherlock: Data structures used in indices
  *
- *     (c) 2001--2002 Martin Mares <mj@ucw.cz>
+ *     (c) 2001--2003 Martin Mares <mj@ucw.cz>
  */
 
 #ifndef _SHERLOCK_INDEX_H
@@ -60,9 +60,10 @@ enum card_flag {
   CARD_FLAG_DUP = 4,                   /* Removed as a duplicate [merger] */
   CARD_FLAG_MERGED = 8,                        /* Destination of a merge [merger] */
   CARD_FLAG_IMAGE = 16,                        /* Is an image object [scanner] */
+  CARD_FLAG_FRAMESET = 32,             /* Contains a frameset [scanner] */
 };
 
-#define CARD_POS_SHIFT 5               /* Card positions are shifted this # of bytes to the right */
+#define CARD_POS_SHIFT 5               /* Card positions are shifted this # of bits to the right */
 
 /*
  *  We store document type and several other properties in card_attr->type_flags.