]> mj.ucw.cz Git - libucw.git/commitdiff
Some more chewer work...
authorMartin Mares <mj@ucw.cz>
Thu, 22 Feb 2001 16:01:49 +0000 (16:01 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 22 Feb 2001 16:01:49 +0000 (16:01 +0000)
lib/index.h

index 017cf7b2d58771e540c106efca38d879a631ba8b..812dbeca47ba964a12d39c38c905edc18b3b0aa9 100644 (file)
@@ -25,6 +25,16 @@ enum word_type {
   WT_ALT                               /* Alternate texts for graphical elements */
 };
 
+/* String types */
+
+enum string_type {
+  ST_RESERVED,                         /* Reserved string type */
+  ST_URL,                              /* URL of the document */
+  ST_HOST,                             /* Host name */
+  ST_DOMAIN,                           /* Domain name */
+  ST_REF                               /* URL reference */
+};
+
 /* Index card attributes */
 
 struct card_attr {