diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index 6804d772..c6f64e1d 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -67,6 +67,7 @@ enum iGmLinkFlags { | |||
67 | content_GmLinkFlag = iBit(13), /* content visible below */ | 67 | content_GmLinkFlag = iBit(13), /* content visible below */ |
68 | visited_GmLinkFlag = iBit(14), /* in the history */ | 68 | visited_GmLinkFlag = iBit(14), /* in the history */ |
69 | permanent_GmLinkFlag = iBit(15), /* content cannot be dismissed; media link */ | 69 | permanent_GmLinkFlag = iBit(15), /* content cannot be dismissed; media link */ |
70 | query_GmLinkFlag = iBit(16), /* Gopher query link */ | ||
70 | }; | 71 | }; |
71 | 72 | ||
72 | struct Impl_GmHeading { | 73 | struct Impl_GmHeading { |