From 01b09cc3cf3cd25396c53e184563fbfdab74f8e7 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 18 Sep 2020 23:50:28 +0300 Subject: Home button opens a random "homepage" bookmark --- src/bookmarks.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bookmarks.h') 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); typedef iBool (*iBookmarksFilterFunc) (void *context, const iBookmark *); typedef int (*iBookmarksCompareFunc)(const iBookmark **, const iBookmark **); +iBool filterTagsRegExp_Bookmarks (void *regExp, const iBookmark *); + /** * Lists all or a subset of the bookmarks in a sorted array of Bookmark pointers. * -- cgit v1.2.3