From: Martin Mares Date: Thu, 22 Feb 2001 16:01:49 +0000 (+0000) Subject: Some more chewer work... X-Git-Tag: holmes-import~1543 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8b3549809af7b5a271eb5f544d716c076503bc3c;p=libucw.git Some more chewer work... --- diff --git a/lib/index.h b/lib/index.h index 017cf7b2..812dbeca 100644 --- a/lib/index.h +++ b/lib/index.h @@ -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 {