summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
diff options
context:
space:
mode:
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 *