From fc7ef7712e802fe3deb66c89d7dff0315d1d7ce2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 21 Jan 2001 19:48:34 +0000 Subject: [PATCH] HTML parser basically works. A *lot* of things still needs to be cleaned up. --- lib/index.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.39.2