diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-02 14:18:52 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-01-02 14:18:52 +0200 |
commit | 46e17ce859a5507000629484227e3d8e68f6ad1d (patch) | |
tree | 04f7cb7ba462ab11acdf605bd6ff51441ac4cc4f /src/gmdocument.h | |
parent | b24dde82d9ab52634f088be9546f24de5c5aa861 (diff) | |
parent | fe4302d8cbd04d64cab96d7781285a9cf602d591 (diff) |
Merge branch 'finger' into dev
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index b1121d85..e2c7e10c 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -54,11 +54,12 @@ typedef uint16_t iGmLinkId; | |||
54 | enum iGmLinkFlags { | 54 | enum iGmLinkFlags { |
55 | gemini_GmLinkFlag = iBit(1), | 55 | gemini_GmLinkFlag = iBit(1), |
56 | gopher_GmLinkFlag = iBit(2), | 56 | gopher_GmLinkFlag = iBit(2), |
57 | http_GmLinkFlag = iBit(3), | 57 | finger_GmLinkFlag = iBit(3), |
58 | file_GmLinkFlag = iBit(4), | 58 | http_GmLinkFlag = iBit(4), |
59 | data_GmLinkFlag = iBit(5), | 59 | file_GmLinkFlag = iBit(5), |
60 | about_GmLinkFlag = iBit(6), | 60 | data_GmLinkFlag = iBit(6), |
61 | mailto_GmLinkFlag = iBit(7), | 61 | about_GmLinkFlag = iBit(7), |
62 | mailto_GmLinkFlag = iBit(8), | ||
62 | supportedProtocol_GmLinkFlag = 0xff, | 63 | supportedProtocol_GmLinkFlag = 0xff, |
63 | remote_GmLinkFlag = iBit(9), | 64 | remote_GmLinkFlag = iBit(9), |
64 | humanReadable_GmLinkFlag = iBit(10), /* link has a human-readable description */ | 65 | humanReadable_GmLinkFlag = iBit(10), /* link has a human-readable description */ |