summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 23:50:28 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 23:50:28 +0300
commit01b09cc3cf3cd25396c53e184563fbfdab74f8e7 (patch)
tree5da0135101930e2c992ce7616087b495d9e63434 /src/bookmarks.h
parent35a40515d7bfef700ed7680b07112ef5d5fa35b2 (diff)
Home button opens a random "homepage" bookmark
Diffstat (limited to 'src/bookmarks.h')
-rw-r--r--src/bookmarks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks.h b/src/bookmarks.h
index aac83be1..4889e7b5 100644
--- a/src/bookmarks.h
+++ b/src/bookmarks.h
@@ -55,6 +55,8 @@ iBookmark *get_Bookmarks (iBookmarks *, uint32_t id);
55typedef iBool (*iBookmarksFilterFunc) (void *context, const iBookmark *); 55typedef iBool (*iBookmarksFilterFunc) (void *context, const iBookmark *);
56typedef int (*iBookmarksCompareFunc)(const iBookmark **, const iBookmark **); 56typedef int (*iBookmarksCompareFunc)(const iBookmark **, const iBookmark **);
57 57
58iBool filterTagsRegExp_Bookmarks (void *regExp, const iBookmark *);
59
58/** 60/**
59 * Lists all or a subset of the bookmarks in a sorted array of Bookmark pointers. 61 * Lists all or a subset of the bookmarks in a sorted array of Bookmark pointers.
60 * 62 *