diff options
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r-- | src/bookmarks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h index 40170062..61a5c102 100644 --- a/src/bookmarks.h +++ b/src/bookmarks.h | |||
@@ -56,6 +56,7 @@ struct Impl_Bookmark { | |||
56 | iLocalDef uint32_t id_Bookmark (const iBookmark *d) { return d->node.key; } | 56 | iLocalDef uint32_t id_Bookmark (const iBookmark *d) { return d->node.key; } |
57 | iLocalDef iBool isFolder_Bookmark (const iBookmark *d) { return isEmpty_String(&d->url); } | 57 | iLocalDef iBool isFolder_Bookmark (const iBookmark *d) { return isEmpty_String(&d->url); } |
58 | 58 | ||
59 | int depth_Bookmark (const iBookmark *); | ||
59 | iBool hasTag_Bookmark (const iBookmark *, const char *tag); | 60 | iBool hasTag_Bookmark (const iBookmark *, const char *tag); |
60 | void addTag_Bookmark (iBookmark *, const char *tag); | 61 | void addTag_Bookmark (iBookmark *, const char *tag); |
61 | void removeTag_Bookmark (iBookmark *, const char *tag); | 62 | void removeTag_Bookmark (iBookmark *, const char *tag); |