From: Martin Mares Date: Fri, 23 Feb 2001 10:53:32 +0000 (+0000) Subject: Indexing of strings. X-Git-Tag: holmes-import~1542 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=cf4e067a500425b1e40602f87150b7b2eae05bd1;p=libucw.git Indexing of strings. --- diff --git a/lib/index.h b/lib/index.h index 812dbeca..8a975293 100644 --- a/lib/index.h +++ b/lib/index.h @@ -32,7 +32,8 @@ enum string_type { ST_URL, /* URL of the document */ ST_HOST, /* Host name */ ST_DOMAIN, /* Domain name */ - ST_REF /* URL reference */ + ST_REF, /* URL reference */ + ST_BACKREF, /* Back-reference (frame or redirect source) */ }; /* Index card attributes */