From: Martin Mares Date: Sun, 21 Jan 2001 19:48:34 +0000 (+0000) Subject: HTML parser basically works. A *lot* of things still needs to be cleaned up. X-Git-Tag: holmes-import~1574 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fc7ef7712e802fe3deb66c89d7dff0315d1d7ce2;p=libucw.git HTML parser basically works. A *lot* of things still needs to be cleaned up. --- diff --git a/lib/index.h b/lib/index.h index 1f3d1951..33e7ef73 100644 --- a/lib/index.h +++ b/lib/index.h @@ -13,6 +13,7 @@ enum word_type { WT_TEXT, /* Ordinary text */ WT_EMPH, /* Emphasized text */ + WT_SMALL, /* Small font */ WT_TITLE, /* Document title */ WT_SMALL_HEADING, /* Heading */ WT_BIG_HEADING, /* Larger heading */